summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mailbox/date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailbox/date.c b/mailbox/date.c
index 391b2091d..21deb94e4 100644
--- a/mailbox/date.c
+++ b/mailbox/date.c
@@ -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

Return to:

Send suggestions and report system problems to the System administrator.