Commit 41679e54 41679e541574bcf29b311bf9703d9653ab844e0d by Sergey Poznyakoff

(wdays): Two typos! Ouch...

1 parent 3e2bd314
...@@ -103,7 +103,7 @@ static const char *months[] = ...@@ -103,7 +103,7 @@ static const char *months[] =
103 103
104 static const char *wdays[] = 104 static const char *wdays[] =
105 { 105 {
106 "Sun", "Mon", "Teu", "Wed", "Thr", "Fri", "Sat", NULL 106 "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", NULL
107 }; 107 };
108 108
109 int 109 int
......