FileURI.st
changeset 1374 85c524889e47
parent 1310 948ed141b0b7
child 1436 e680f637d998
--- a/FileURI.st	Thu Dec 04 15:34:34 2003 +0100
+++ b/FileURI.st	Thu Dec 04 16:58:41 2003 +0100
@@ -73,7 +73,7 @@
     "
 ! !
 
-!FileURI methodsFor:'initialize'!
+!FileURI methodsFor:'initialization'!
 
 fromFilename:aFilename
     "create an URI based on an a filename"
@@ -341,5 +341,5 @@
 !FileURI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/FileURI.st,v 1.11 2003-08-29 19:33:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/FileURI.st,v 1.12 2003-12-04 15:58:15 cg Exp $'
 ! !