extensions.st
changeset 2337 755696d72648
parent 2303 74c77b8cf160
child 2364 2b7b611e565c
--- a/extensions.st	Thu Nov 05 17:26:32 2009 +0100
+++ b/extensions.st	Sat Nov 07 11:15:14 2009 +0100
@@ -1,5 +1,4 @@
-"{ Package: 'stx:libbasic2' }"
-!
+"{ Package: 'stx:libbasic2' }"!
 
 !CharacterArray methodsFor:'matching - phonetic'!
 
@@ -76,9 +75,9 @@
      tool when searching for words where the correct spelling is unknown.
      (read Knuth or search the web if you dont know what a soundex code is).
 
-     Caveat: 'similar sounding words' means: 'similar sounding in english'
-	     Please have a look at the other phonetic comparison operators found
-	     in PhoneticStringUtilities."
+     Caveat: 'similar sounding words' means: 'similar sounding in ENGLISH'
+             Please have a look at the other phonetic comparison operators found
+             in PhoneticStringUtilities."
 
     ^ PhoneticStringUtilities soundexCodeOf:self
 
@@ -1146,9 +1145,5 @@
 !stx_libbasic2 class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/extensions.st,v 1.15 2009-10-09 16:27:07 cg Exp $'
-!
-
-extensionsVersion_SVN
-    ^ 'Id:'
-! !
+    ^ '$Header: /cvs/stx/stx/libbasic2/extensions.st,v 1.16 2009-11-07 10:15:14 cg Exp $'
+! !
\ No newline at end of file