#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:26:34 +0100
changeset 17038 aec959d540e1
parent 17037 e3e658289fcf
child 17039 8ba8072d1b4f
#DOCUMENTATION by cg class: Tools::NamespaceList comment/format in: #listOfNamespaces
Tools__NamespaceList.st
--- a/Tools__NamespaceList.st	Fri Nov 04 16:26:29 2016 +0100
+++ b/Tools__NamespaceList.st	Fri Nov 04 16:26:34 2016 +0100
@@ -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$'
 ! !