changeset 1705:ffd21edfae82

Fix typo
author bartv
date Sun, 08 Aug 2004 22:39:25 +0000
parents fe5ff0959ecd
children 2ac00a39c666
files packages/language/c/libc/time/current/ChangeLog packages/language/c/libc/time/current/src/strptime.cxx
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/language/c/libc/time/current/ChangeLog
+++ b/packages/language/c/libc/time/current/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-08  Bart Veer  <bartv@ecoscentric.com>
+
+	* src/strptime.cxx: fix spelling
+
 2003-08-18  Andrew Lunn  <andrew.lunn@ascom.ch>
 
 	* src/strptime.cxx: Added string.h to fix compile warnings.  
--- a/packages/language/c/libc/time/current/src/strptime.cxx
+++ b/packages/language/c/libc/time/current/src/strptime.cxx
@@ -55,7 +55,7 @@ static const char *weekdays[] = {
 static const char *month[] = {
     "January",
     "February",
-    "Mars",
+    "March",
     "April",
     "May",
     "June",