typo
authorClaus Gittinger <cg@exept.de>
Sat, 25 Nov 1995 12:17:55 +0100
changeset 652 b2212c748f24
parent 651 2093b018dc3a
child 653 e94b7a898b7f
typo
CharArray.st
CharacterArray.st
--- a/CharArray.st	Sat Nov 25 11:06:58 1995 +0100
+++ b/CharArray.st	Sat Nov 25 12:17:55 1995 +0100
@@ -2046,7 +2046,7 @@
     ^ exceptionBlock value
 !
 
-restAfter:keyword withOutSeparators:strip
+restAfter:keyword withoutSeparators:strip
     "compare the left of the receiver with keyword,
      if it matches return the right. 
      Finally, if strip is true, remove whiteSpace.
@@ -2350,5 +2350,5 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/CharArray.st,v 1.41 1995-11-25 10:06:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/CharArray.st,v 1.42 1995-11-25 11:17:55 cg Exp $'
 ! !
--- a/CharacterArray.st	Sat Nov 25 11:06:58 1995 +0100
+++ b/CharacterArray.st	Sat Nov 25 12:17:55 1995 +0100
@@ -2046,7 +2046,7 @@
     ^ exceptionBlock value
 !
 
-restAfter:keyword withOutSeparators:strip
+restAfter:keyword withoutSeparators:strip
     "compare the left of the receiver with keyword,
      if it matches return the right. 
      Finally, if strip is true, remove whiteSpace.
@@ -2350,5 +2350,5 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.41 1995-11-25 10:06:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.42 1995-11-25 11:17:55 cg Exp $'
 ! !