DirectoryContents.st
changeset 1919 d52cda5ce0e7
parent 1575 4c4042cd577f
child 2046 0ca98ed5fb80
--- a/DirectoryContents.st	Wed Nov 21 18:24:10 2007 +0100
+++ b/DirectoryContents.st	Fri Nov 23 12:52:56 2007 +0100
@@ -9,9 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libbasic2' }"
 
 Object subclass:#DirectoryContents
@@ -200,7 +197,7 @@
 !
 
 preSnapshot
-    "flush list of rememebred directory contents' before saving an image"
+    "flush list of cached directory contents before saving a snapshot"
 
     self flushCache.
 ! !
@@ -635,7 +632,7 @@
 !DirectoryContents class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/DirectoryContents.st,v 1.41 2005-10-19 08:11:58 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/DirectoryContents.st,v 1.42 2007-11-23 11:52:56 stefan Exp $'
 ! !
 
 DirectoryContents initialize!