Tools__TagList.st
changeset 12343 4c4d59976686
parent 12341 3e6ee91d2ffa
child 12344 37e2ff470c76
--- a/Tools__TagList.st	Tue Jan 29 11:49:08 2013 +0100
+++ b/Tools__TagList.st	Tue Jan 29 11:49:18 2013 +0100
@@ -2062,7 +2062,7 @@
         list := self getTagListFromFile:aFile usingCommand:shellCmd mode:nil in:aTempDirectory
     ].
 
-    "/ incase ctags could not find anything, try our own, naive fallback (not too bad either)
+    "/ in case ctags could not find anything, try our own, naive fallback (not too bad either)
     list isEmptyOrNil ifTrue:[
         list := self getSimpleTagListFromFile:aFile in:aTempDirectory.
     ].
@@ -3654,11 +3654,11 @@
 !TagList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.23 2013-01-28 12:39:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.24 2013-01-29 10:49:18 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.23 2013-01-28 12:39:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagList.st,v 1.24 2013-01-29 10:49:18 cg Exp $'
 !
 
 version_SVN