Fix pidgin spelling: 'does not exists' and 'not exists'
authorStefan Vogel <sv@exept.de>
Fri, 09 May 2003 18:08:31 +0200
changeset 4874 688a33043459
parent 4873 3ffb8a8812ec
child 4875 210df8610e64
Fix pidgin spelling: 'does not exists' and 'not exists'
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Thu May 08 12:10:17 2003 +0200
+++ b/AbstractSettingsApplication.st	Fri May 09 18:08:31 2003 +0200
@@ -3016,7 +3016,7 @@
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.60 2003-05-08 10:10:17 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.61 2003-05-09 16:08:31 stefan Exp $'
 ! !
 
 !AbstractSettingsApplication::HTTPStartServerSettingsApplication class methodsFor:'image specs'!
@@ -8906,7 +8906,7 @@
             nm := self sourceCacheDir value.
             nm size > 0 ifTrue:[
                 (fn := nm asFilename) exists ifFalse:[
-                    (self confirm:('CVS cache directory ''' , nm , ''' does not exists\create ?' withCRs)) ifTrue:[
+                    (self confirm:('CVS cache directory ''' , nm , ''' does not exist\create ?' withCRs)) ifTrue:[
                         fn makeDirectory; 
                            makeReadableForAll;
                            makeWritableForAll;
@@ -10880,5 +10880,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.60 2003-05-08 10:10:17 penk Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.61 2003-05-09 16:08:31 stefan Exp $'
+! !