SmallSense__Manager.st
branchcvs_MAIN
changeset 1024 9a2c72150fef
parent 1009 79aa4f093313
child 1039 24351c7340ac
--- a/SmallSense__Manager.st	Mon Apr 10 07:23:07 2017 +0200
+++ b/SmallSense__Manager.st	Mon May 22 18:37:56 2017 +0200
@@ -246,7 +246,7 @@
         instVarNames := class allInstVarNames.
         instVarTypes := instVarNames collect: [:instvar | info infoForInstvar: instvar ].
         "/ Check for the source stream - if none, then do not add methods (one cannot
-        "/ infer types without a source anyway  and mark the class errorneous...
+        "/ infer types without a source anyway and mark the class erroneous...
         [
             sourceStream := class sourceStream.
         ] on: Error do:[
@@ -281,6 +281,7 @@
 
     "Created: / 27-11-2011 / 18:04:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 21-11-2014 / 17:17:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 22-05-2017 / 18:35:47 / mawalch"
 !
 
 delayedUpdateInfoForClassOrMethod: classOrMethod