#OTHER by mawalch
authormawalch
Mon, 29 May 2017 15:42:32 +0200
changeset 21774 c6fb8f0b4597
parent 21773 8a75e8d54327
child 21775 0c70d0ec647c
#OTHER by mawalch Spelling fixes.
Integer.st
--- a/Integer.st	Mon May 29 15:12:41 2017 +0200
+++ b/Integer.st	Mon May 29 15:42:32 2017 +0200
@@ -4724,7 +4724,7 @@
 nextMultipleOf: n
     "return the multiple of n at or above the receiver.
      Useful for padding, aligning or rounding,
-     expecially when reading aligned binary data."
+     especially when reading aligned binary data."
 
     |rest|
 
@@ -4743,6 +4743,8 @@
      22 nextMultipleOf: 4
      100 factorial nextMultipleOf: 4
     "
+
+    "Modified (comment): / 29-05-2017 / 15:40:45 / mawalch"
 !
 
 nextPowerOf2