ObjectView.st
changeset 5958 138b25592837
parent 5942 828121e0baf0
child 6033 92b2ad926234
--- a/ObjectView.st	Fri Nov 04 16:31:31 2016 +0100
+++ b/ObjectView.st	Fri Nov 04 16:32:13 2016 +0100
@@ -834,7 +834,7 @@
     "this is called after a line-drag crossing view boundaries.
      - should be redefined in subclasses"
 
-    ^ self notify:'dont know how to connect to external views'
+    ^ self notify:'don''t know how to connect to external views'
 !
 
 lineDragFrom:startPoint to:endPoint inAlienViewId:destinationId
@@ -3268,7 +3268,7 @@
      This can be used to optimize the redraw, in removeObjectFromSelection.
      Subclasses which know how selections are highlighted may redefine this."
 
-    ^ false     "/ i.e. dont know.
+    ^ false     "/ i.e. don't know.
 
     "Created: 1.10.1996 / 12:06:51 / cg"
 !