FileBrowser.st
changeset 16777 3d2809055336
parent 16726 d2f028e5a546
child 16780 aafef33b5a47
--- a/FileBrowser.st	Tue Aug 02 15:05:42 2016 +0200
+++ b/FileBrowser.st	Wed Aug 03 12:42:40 2016 +0200
@@ -6810,10 +6810,10 @@
 
 getInfoFile
     "get filename of a description-file (.dir.info, README etc.);
-     This file is automatically shown when a directory is enterred.
+     This file is automatically shown when a directory is entered.
      You can add more names below if you like."
 
-    #( 
+    #(
        '.dir.info'
        'README'
        'ReadMe'
@@ -6828,7 +6828,7 @@
        'Info.txt'
        'info.txt'
        'INFO.TXT'
-    ) do:[:f | 
+    ) do:[:f |
         |n|
         n := currentDirectory construct:f.
         (n isReadable and:[n isDirectory not]) ifTrue:[