Timestamp.st
branchjv
changeset 17976 50c2416f962a
parent 17911 a99f15c5efa5
child 18011 deb0c3355881
--- a/Timestamp.st	Mon Oct 29 17:05:17 2012 +0000
+++ b/Timestamp.st	Mon Oct 29 22:07:56 2012 +0000
@@ -997,7 +997,6 @@
     "Modified: / 05-10-2010 / 16:05:32 / cg"
 ! !
 
-
 !Timestamp methodsFor:'accessing'!
 
 day
@@ -1525,7 +1524,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:
 
@@ -1913,8 +1912,6 @@
     "
 ! !
 
-
-
 !Timestamp methodsFor:'testing'!
 
 isTimestamp
@@ -2703,15 +2700,15 @@
 !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 §'
 !
 
 version_SVN
-    ^ '$Id: Timestamp.st 10761 2012-01-19 11:46:00Z vranyj1 $'
+    ^ '$Id: Timestamp.st 10858 2012-10-29 22:07:56Z vranyj1 $'
 ! !
 
 Timestamp initialize!