HierarchicalFileList.st
changeset 6028 e2b64ee3f94e
parent 5844 2693ab58c543
child 6117 eca2f5f29d69
--- a/HierarchicalFileList.st	Tue Mar 05 23:20:59 2019 +0100
+++ b/HierarchicalFileList.st	Tue Mar 05 23:21:10 2019 +0100
@@ -829,10 +829,12 @@
 !
 
 isInAccessible
-    "answer true if the underlaying file is not accessible - for example a directory
+    "answer true if the underlying file is not accessible - for example a directory
      than we will draw a red cross through the item..."
 
     ^ false
+
+    "Modified (comment): / 05-03-2019 / 23:18:35 / Claus Gittinger"
 !
 
 isRemoteDirectory
@@ -1257,7 +1259,7 @@
         self setFetchingChildrenInfo.
         model startIndicatorValidationFor:self.
     ] ifFalse:[
-        "/ model can be nil if an expose event is proccessed after my underlaying model is gone
+        "/ model can be nil if an expose event is proccessed after my underlying model is gone
         "/ self error:'should not happen' mayProceed:true.
         'HierarchicalFileList::Directory -> hasChildren : model is unspecified' printCR.
         self forgetAboutChildren
@@ -1271,6 +1273,7 @@
     ^ false
 
     "Modified (format): / 29-11-2017 / 17:33:59 / cg"
+    "Modified (format): / 05-03-2019 / 23:18:32 / Claus Gittinger"
 !
 
 isDirectory