Rename misspelled "interrest" to "interest".
authorStefan Vogel <sv@exept.de>
Mon, 14 Oct 1996 23:29:56 +0200
changeset 842 a27a1c6ddde0
parent 841 1b3dd08ca02a
child 843 20890b1098ce
Rename misspelled "interrest" to "interest".
EditField.st
FSelBox.st
FileSelectionBox.st
--- a/EditField.st	Mon Oct 14 17:33:36 1996 +0200
+++ b/EditField.st	Mon Oct 14 23:29:56 1996 +0200
@@ -58,7 +58,7 @@
     This notification is called ``accepting''.
     Unless accepted, the models value is not updated from the editFields contents
     this default is the normal operation and way things should work, since most
-    uses of editFields are not interrested in every individual change
+    uses of editFields are not interested in every individual change
     (i.e. getting each keyStroke when a long number is entered).
     The default behavior is to ``accept'' when either return or a cursorUp/Down
     key is pressed in a field.
@@ -1752,5 +1752,5 @@
 !EditField  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.69 1996-09-11 18:00:58 dq Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.70 1996-10-14 21:29:21 stefan Exp $'
 ! !
--- a/FSelBox.st	Mon Oct 14 17:33:36 1996 +0200
+++ b/FSelBox.st	Mon Oct 14 23:29:56 1996 +0200
@@ -177,7 +177,7 @@
                                                                         [exEnd]
 
     dont show any directory or hidden file:
-    (notice the basename extraction - we are not interrested in the full pathName)
+    (notice the basename extraction - we are not interested in the full pathName)
                                                                         [exBegin]
         |box|
         box := FileSelectionBox new.
@@ -599,5 +599,5 @@
 !FileSelectionBox  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSelBox.st,v 1.39 1996-07-19 19:12:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSelBox.st,v 1.40 1996-10-14 21:29:56 stefan Exp $'
 ! !
--- a/FileSelectionBox.st	Mon Oct 14 17:33:36 1996 +0200
+++ b/FileSelectionBox.st	Mon Oct 14 23:29:56 1996 +0200
@@ -177,7 +177,7 @@
                                                                         [exEnd]
 
     dont show any directory or hidden file:
-    (notice the basename extraction - we are not interrested in the full pathName)
+    (notice the basename extraction - we are not interested in the full pathName)
                                                                         [exBegin]
         |box|
         box := FileSelectionBox new.
@@ -599,5 +599,5 @@
 !FileSelectionBox  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.39 1996-07-19 19:12:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.40 1996-10-14 21:29:56 stefan Exp $'
 ! !