UIHelpTool.st
changeset 319 f16aa0e8541e
parent 299 62009576ca33
child 331 aa1663b8c2ab
--- a/UIHelpTool.st	Wed Sep 10 10:36:23 1997 +0200
+++ b/UIHelpTool.st	Mon Sep 15 23:47:24 1997 +0200
@@ -414,7 +414,7 @@
         |t|
         src nextPutLine:key storeString.
 
-        t := txt asString replaceAll:(Character cr) by:(Character space).
+        t := txt asString replaceAll:(Character cr) with:(Character space).
 
         (t endsWith:Character space) ifTrue:[
             t := t copyWithoutLast:1