Date.st
changeset 11652 0799a4f46825
parent 11593 4d5d359f2008
child 11664 01d637e51e0b
--- a/Date.st	Wed Mar 18 17:30:23 2009 +0100
+++ b/Date.st	Mon Mar 23 08:20:42 2009 +0100
@@ -357,7 +357,7 @@
      is different from the format expected by readFrom:.
      BUG:
        This method handles american format (i.e. month/day/year),
-       commo  format with letter month in the middle (10 December 2007)
+       common  format with letter month in the middle (10 December 2007)
        and ISO format (yyyy-mm-dd) - as long as yyyy is > 12.
 
        It does not handle the german/french and other dd-mm-yyyy.
@@ -2666,7 +2666,7 @@
 !Date class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Date.st,v 1.115 2009-02-26 21:00:23 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Date.st,v 1.116 2009-03-23 07:20:42 stefan Exp $'
 ! !
 
 Date initialize!