DirectoryContents.st
changeset 3303 b7f33985ea38
parent 3229 c858bc4167dd
child 3465 c15c6d70877f
--- a/DirectoryContents.st	Sun Jun 08 08:34:52 2014 +0200
+++ b/DirectoryContents.st	Sat Jun 14 11:04:52 2014 +0200
@@ -563,7 +563,7 @@
 
 isObsolete
     "returns true if the directory contents represented by the receiver is obsolete
-     (i.e. if the fileSystems directory has been changed in the meanwhile)
+     (i.e. if the fileSystem's directory has been changed in the meanwhile)
     "
     |mt|
 
@@ -808,11 +808,11 @@
 !DirectoryContents class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/DirectoryContents.st,v 1.62 2014-04-16 22:09:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/DirectoryContents.st,v 1.63 2014-06-14 09:04:52 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/DirectoryContents.st,v 1.62 2014-04-16 22:09:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/DirectoryContents.st,v 1.63 2014-06-14 09:04:52 cg Exp $'
 ! !