Tools_NamespaceList.st
changeset 6679 194a1091846a
parent 6675 ac1c07785aa2
child 6710 c08bfb25ebd0
--- a/Tools_NamespaceList.st	Mon Mar 13 12:32:55 2006 +0100
+++ b/Tools_NamespaceList.st	Mon Mar 13 14:37:02 2006 +0100
@@ -414,7 +414,7 @@
                 ].
             ]
         ] ifFalse:[
-            allNamespaces := NameSpace allNameSpaces.
+            allNamespaces := NameSpace allNamespaces.
         ].
 
         showAllNamespaces ifFalse:[
@@ -484,5 +484,5 @@
 !NamespaceList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.3 2006-03-13 11:31:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.4 2006-03-13 13:37:02 sr Exp $'
 ! !