Tools__NamespaceList.st
branchjv
changeset 17136 cb908d2ba02e
parent 15566 184cea584be5
parent 17038 aec959d540e1
--- a/Tools__NamespaceList.st	Thu Nov 24 22:03:16 2016 +0000
+++ b/Tools__NamespaceList.st	Thu Nov 24 22:14:31 2016 +0000
@@ -509,7 +509,7 @@
 "/ does not (yet) handle it correctly
 "/    numClassesInChangeSet := ChangeSet current changedClasses size.
 "/    numClassesInChangeSet > 0 ifTrue:[
-"/        "/ dont include count - makeGenerator compares against the un-expanded nameListEntry (sigh - need two lists)
+"/        "/ don't include count - makeGenerator compares against the un-expanded nameListEntry (sigh - need two lists)
 "/        allNamespaces addFirst:((self class nameListEntryForChanged "bindWith:numClassesInChangeSet") allItalic).
 "/    ].
 
@@ -563,6 +563,6 @@
 !NamespaceList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NamespaceList.st,v 1.23 2014-11-19 21:41:20 cg Exp $'
+    ^ '$Header$'
 ! !