CharacterArray.st
changeset 22327 68bf46e35027
parent 22325 e9fba9f05c31
child 22344 1b2892ef31d6
--- a/CharacterArray.st	Wed Oct 25 18:57:07 2017 +0200
+++ b/CharacterArray.st	Thu Oct 26 16:08:48 2017 +0200
@@ -2418,7 +2418,7 @@
 !
 
 compareCaselessWith:aString
-    "Compare the receiver against the argument, ignoreing case.
+    "Compare the receiver against the argument, ignoring case.
      Return 1 if the receiver is greater, 0 if equal and -1 if less than the argument.
 
      This comparison is based on the elements ascii code -
@@ -2444,7 +2444,8 @@
     mySize < otherSize ifTrue:[^ -1].
     ^ 0
 
-    "Modified: 22.4.1996 / 15:56:07 / cg"
+    "Modified: / 22-04-1996 / 15:56:07 / cg"
+    "Modified (comment): / 26-10-2017 / 16:01:01 / mawalch"
 !
 
 compareCollatingWith:aString