AbstractTime.st
changeset 5730 b377ec6357e7
parent 5573 efd0dc6578ac
child 5829 0e83511d9549
--- a/AbstractTime.st	Fri Dec 01 11:14:32 2000 +0100
+++ b/AbstractTime.st	Fri Dec 01 11:15:01 2000 +0100
@@ -127,7 +127,7 @@
 millisecondClockValue
     "return the millisecond clock - since this one overruns
      regularly, use the value only for short timing deltas.
-     Also remember that it wraps when compares these values."
+     Also remember that it wraps when comparing these values."
 
     ^ OperatingSystem getMillisecondTime.
 
@@ -636,5 +636,5 @@
 !AbstractTime class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.27 2000-08-31 14:26:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.28 2000-12-01 10:15:01 cg Exp $'
 ! !