Commit 41679e54 41679e541574bcf29b311bf9703d9653ab844e0d by Sergey Poznyakoff

(wdays): Two typos! Ouch...

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