Fix typo.
authorStefan Vogel <sv@exept.de>
Fri, 19 Dec 1997 09:35:37 +0100
changeset 3134 22c7071ff004
parent 3133 7f4fe92678e6
child 3135 8c0f47cf59e3
Fix typo.
ArithVal.st
ArithmeticValue.st
--- a/ArithVal.st	Wed Dec 17 23:15:27 1997 +0100
+++ b/ArithVal.st	Fri Dec 19 09:35:37 1997 +0100
@@ -190,9 +190,11 @@
 !
 
 \\ something
-    "return the integer modulu of the receiver and the argument"
+    "return the integer modulus of the receiver and the argument"
 
     ^ self - ((self // something) * something)
+
+    "Modified: / 18.12.1997 / 17:28:45 / stefan"
 !
 
 abs
@@ -790,6 +792,6 @@
 !ArithmeticValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArithVal.st,v 1.24 1996-11-05 18:24:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArithVal.st,v 1.25 1997-12-19 08:35:37 stefan Exp $'
 ! !
 ArithmeticValue initialize!
--- a/ArithmeticValue.st	Wed Dec 17 23:15:27 1997 +0100
+++ b/ArithmeticValue.st	Fri Dec 19 09:35:37 1997 +0100
@@ -190,9 +190,11 @@
 !
 
 \\ something
-    "return the integer modulu of the receiver and the argument"
+    "return the integer modulus of the receiver and the argument"
 
     ^ self - ((self // something) * something)
+
+    "Modified: / 18.12.1997 / 17:28:45 / stefan"
 !
 
 abs
@@ -790,6 +792,6 @@
 !ArithmeticValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.24 1996-11-05 18:24:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.25 1997-12-19 08:35:37 stefan Exp $'
 ! !
 ArithmeticValue initialize!