Rename misspelled "interrest" to "interest".
authorStefan Vogel <sv@exept.de>
Mon, 14 Oct 1996 23:31:34 +0200
changeset 843 20890b1098ce
parent 842 a27a1c6ddde0
child 844 03e45d817dce
Rename misspelled "interrest" to "interest".
FSelList.st
FileSelectionList.st
--- a/FSelList.st	Mon Oct 14 23:29:56 1996 +0200
+++ b/FSelList.st	Mon Oct 14 23:31:34 1996 +0200
@@ -22,7 +22,7 @@
 	category:'Views-Text'
 !
 
-!FileSelectionList class methodsFor:'documentation'!
+!FileSelectionList  class methodsFor:'documentation'!
 
 copyright
 "
@@ -76,7 +76,7 @@
 
             quickDirectoryChange    if true, directories can be changed with a single click
                                     if false (the default), they need a double click.
-                                    Makes sense if a directory is what we are interrested in,
+                                    Makes sense if a directory is what we are interested in,
                                     for files its better to leave it as false.
 
             stayInDirectory         if true, no directoryChanges are allowed.
@@ -956,8 +956,8 @@
     super realize
 ! !
 
-!FileSelectionList class methodsFor:'documentation'!
+!FileSelectionList  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSelList.st,v 1.33 1996-05-29 14:16:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSelList.st,v 1.34 1996-10-14 21:31:34 stefan Exp $'
 ! !
--- a/FileSelectionList.st	Mon Oct 14 23:29:56 1996 +0200
+++ b/FileSelectionList.st	Mon Oct 14 23:31:34 1996 +0200
@@ -22,7 +22,7 @@
 	category:'Views-Text'
 !
 
-!FileSelectionList class methodsFor:'documentation'!
+!FileSelectionList  class methodsFor:'documentation'!
 
 copyright
 "
@@ -76,7 +76,7 @@
 
             quickDirectoryChange    if true, directories can be changed with a single click
                                     if false (the default), they need a double click.
-                                    Makes sense if a directory is what we are interrested in,
+                                    Makes sense if a directory is what we are interested in,
                                     for files its better to leave it as false.
 
             stayInDirectory         if true, no directoryChanges are allowed.
@@ -956,8 +956,8 @@
     super realize
 ! !
 
-!FileSelectionList class methodsFor:'documentation'!
+!FileSelectionList  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.33 1996-05-29 14:16:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.34 1996-10-14 21:31:34 stefan Exp $'
 ! !