CharacterArray.st
changeset 759 908363ce8a32
parent 735 362ce9e28d89
child 815 997a02c135e7
--- a/CharacterArray.st	Fri Dec 15 00:05:12 1995 +0100
+++ b/CharacterArray.st	Fri Dec 15 13:47:55 1995 +0100
@@ -2085,7 +2085,7 @@
      Finally, if strip is true, remove whiteSpace.
      This method is used to match and extract lines of the form:
 	something: rest
-     where we are interrested in rest, but only if the receiver string
+     where we are interested in rest, but only if the receiver string
      begins with something. 
 
      You may wonder why such a specialized method exists here
@@ -2383,5 +2383,5 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.45 1995-12-11 17:24:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.46 1995-12-15 12:47:21 cg Exp $'
 ! !