InspectorView.st
changeset 18440 fbe230f70483
parent 18439 3c0c274e5532
child 18458 5d926a1e6b8b
--- a/InspectorView.st	Wed Oct 03 10:33:38 2018 +0200
+++ b/InspectorView.st	Wed Oct 03 10:35:32 2018 +0200
@@ -1229,7 +1229,7 @@
         ^ self imageFor_colors
     ].
     anObject isValueModel ifTrue:[
-        "/ this may be problemantic, if #value has a side effect...
+        "/ this may be problematic, if #value has a side effect...
         Error handle:[:ex |
         ] do:[
             value := anObject value.
@@ -1246,7 +1246,7 @@
 
     "Created: / 16-05-2012 / 17:58:20 / cg"
     "Modified: / 17-03-2017 / 11:26:59 / cg"
-    "Modified (format): / 03-10-2018 / 10:33:02 / Claus Gittinger"
+    "Modified (format): / 03-10-2018 / 10:34:09 / Claus Gittinger"
 !
 
 iconForValueClass: aClass