EditField.st
changeset 2616 dc97ec169256
parent 2538 ce313a0572e7
child 2628 619483f17989
--- a/EditField.st	Thu Sep 12 15:59:17 2002 +0200
+++ b/EditField.st	Tue Sep 17 11:09:07 2002 +0200
@@ -1907,12 +1907,12 @@
     ]
 !
 
-textChangedButNoSizeChane
+textChangedButNoSizeChange
     "this is sent by mySelf (somewhere in a superclass) whenever
      my contents has changed. 
      A good place to add immediateAccept functionality."
 
-    super textChangedButNoSizeChane.
+    super textChangedButNoSizeChange.
     immediateAccept ifTrue:[
         self accept
     ]
@@ -2110,5 +2110,5 @@
 !EditField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.157 2002-07-04 10:35:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.158 2002-09-17 09:09:07 cg Exp $'
 ! !