ContextInspectorView.st
changeset 9426 f4faa9c4aabc
parent 9351 99bd94741d5d
child 9588 dc38e81ec660
--- a/ContextInspectorView.st	Mon Apr 26 17:27:50 2010 +0200
+++ b/ContextInspectorView.st	Tue Apr 27 11:59:24 2010 +0200
@@ -258,10 +258,10 @@
                         "/
                         "/ hidden temps used for loop.
                         "/
-                        blockNode invokationSelector == #timesRepeat ifTrue:[
+                        blockNode invocationSelector == #timesRepeat ifTrue:[
                             realTempNames asOrderedCollection addFirst:'*loopStop*'
                         ] ifFalse:[
-                            blockNode invokationSelector == #to:do: ifTrue:[
+                            blockNode invocationSelector == #to:do: ifTrue:[
                                 realTempNames asOrderedCollection addFirst:'*loopStop*'
                             ]
                         ].
@@ -307,7 +307,7 @@
         ]
     ].
 
-    "Modified: / 03-08-2006 / 14:23:18 / cg"
+    "Modified: / 27-04-2010 / 11:57:09 / cg"
 !
 
 namesOfBlockContext:aContext
@@ -656,9 +656,9 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.72 2010-02-01 14:58:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.73 2010-04-27 09:59:24 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.72 2010-02-01 14:58:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.73 2010-04-27 09:59:24 cg Exp $'
 ! !