class: LargeInteger
authorStefan Vogel <sv@exept.de>
Tue, 30 Jul 2013 12:56:22 +0200
changeset 15577 cc63cd495a01
parent 15576 09abfa9f70ee
child 15578 88cefb6e5d94
class: LargeInteger category of: #plus32:
LargeInteger.st
--- a/LargeInteger.st	Tue Jul 30 12:55:49 2013 +0200
+++ b/LargeInteger.st	Tue Jul 30 12:56:22 2013 +0200
@@ -2531,7 +2531,7 @@
     "Modified: / 9.1.1998 / 13:27:37 / cg"
 ! !
 
-!LargeInteger methodsFor:'modulu arithmetic'!
+!LargeInteger methodsFor:'modulo arithmetic'!
 
 plus32:aNumber
     "return the sum of the receiver and the argument, as SmallInteger.
@@ -5230,10 +5230,10 @@
 !LargeInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.211 2013-07-28 19:35:11 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.212 2013-07-30 10:56:22 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.211 2013-07-28 19:35:11 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.212 2013-07-30 10:56:22 stefan Exp $'
 ! !