CVSSourceCodeManager.st
changeset 4294 13c16e970531
parent 4292 edbabb3f6941
child 4297 4922c41a64d7
--- a/CVSSourceCodeManager.st	Mon Dec 18 10:13:40 2017 +0100
+++ b/CVSSourceCodeManager.st	Mon Dec 18 10:25:18 2017 +0100
@@ -5223,10 +5223,10 @@
 
      If filename is nil, the symbolicName for a whole package is set"
 
-    |pathes|
-
-    pathes := self pathesForClasses:aCollectionOfClasses.
-    self setSymbolicName:symbolicName asBranch:asBranch revision:rev overWrite:overWriteBool pathes:pathes
+    |paths|
+
+    paths := self pathesForClasses:aCollectionOfClasses.
+    self setSymbolicName:symbolicName asBranch:asBranch revision:rev overWrite:overWriteBool pathes:paths
 
     "
      self setSymbolicName:'foo' revision:nil overWrite:false classes:(Array with:True with:False)