fix typo: Tus -> Tue.

This commit is contained in:
Tomoyuki Sahara
2013-06-18 13:24:16 +09:00
parent 124fd73c79
commit 4ab62e3f81
+1 -1
View File
@@ -105,7 +105,7 @@ static const char *mon_names[] = {
};
static const char *wday_names[] = {
"Sun", "Mon", "Tus", "Wed", "Thu", "Fri", "Sat",
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat",
};
struct mrb_time {