FileBrowser.st
branchjv
changeset 17136 cb908d2ba02e
parent 17134 c4cce8b7a95d
parent 17030 b61d34b7fce4
child 17138 72bf03c1ff80
--- a/FileBrowser.st	Thu Nov 24 22:03:16 2016 +0000
+++ b/FileBrowser.st	Thu Nov 24 22:14:31 2016 +0000
@@ -5635,7 +5635,7 @@
                             Processor yield
                         ].
                     ] ensure:[
-                        stream shutDown. stream := nil.
+                        stream abortAndClose. stream := nil.
                     ].
 
                     "/
@@ -6896,7 +6896,7 @@
 sizePrintString:size
     "helper for update-directory to return a string with a files size.
      This one gives the size in byte, Kb or Mb depending on size.
-     If you dont like this, just uncomment the first statement below."
+     If you don't like this, just uncomment the first statement below."
 
     |unitString n|