AbstractFileFinderApplicationComponent.st
changeset 16083 58a6d244e081
parent 15590 9723cf906e2c
child 16093 a0705d7461fd
child 16199 e2b5484e3467
--- a/AbstractFileFinderApplicationComponent.st	Wed Jan 27 16:41:56 2016 +0100
+++ b/AbstractFileFinderApplicationComponent.st	Wed Jan 27 16:52:52 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -397,7 +395,7 @@
 
     fn := file asFilename.
     fn exists ifFalse:[
-        self notify:('%1 does not (no longer ?) exist or is not accessable.' bindWith:file allBold).
+        self notify:('%1 does not (no longer ?) exist or is not accessible.' bindWith:file allBold).
         ^ self
     ].
     fn isDirectory ifTrue:[
@@ -488,10 +486,10 @@
 !AbstractFileFinderApplicationComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.17 2015-04-22 17:25:52 stefan Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.17 2015-04-22 17:25:52 stefan Exp $'
+    ^ '$Header$'
 ! !