Timestamp.st
changeset 14428 cb61ee2ba157
parent 13700 1f020ea6f607
child 14713 eb944b3267e6
child 18011 deb0c3355881
--- a/Timestamp.st	Wed Oct 24 18:58:50 2012 +0200
+++ b/Timestamp.st	Thu Oct 25 00:42:11 2012 +0200
@@ -996,7 +996,6 @@
     "Modified: / 05-10-2010 / 16:05:32 / cg"
 ! !
 
-
 !Timestamp methodsFor:'accessing'!
 
 day
@@ -1524,7 +1523,7 @@
     "/ ^ TimeDuration fromMilliseconds:(self getMilliseconds - (aTimestamp getMilliseconds))
     "/ which is the same as: deltaFrom:aTimestamp
     "/
-    "/ however, there might me old code around, which might not be prepared for
+    "/ however, there might be old code around, which is not be prepared for
     "/ getting a non-number (the seconds). Therefore, for the meantime,
     "/ we return:
 
@@ -1912,8 +1911,6 @@
     "
 ! !
 
-
-
 !Timestamp methodsFor:'testing'!
 
 isTimestamp
@@ -2702,11 +2699,11 @@
 !Timestamp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.141 2011-09-15 08:42:09 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.142 2012-10-24 22:42:11 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.141 2011-09-15 08:42:09 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.142 2012-10-24 22:42:11 cg Exp $'
 ! !
 
 Timestamp initialize!