TextView.st
changeset 5955 72e55279ce07
parent 5923 608f60d667fa
child 5981 50c1bb3e9f98
child 6059 862a2c65691b
--- a/TextView.st	Fri Nov 04 16:27:53 2016 +0100
+++ b/TextView.st	Fri Nov 04 16:28:32 2016 +0100
@@ -1086,7 +1086,7 @@
 
 setContents:something
     "set the contents (either a string or a Collection of strings)
-     dont change the position (i.e. do not scroll) or the selection."
+     don't change the position (i.e. do not scroll) or the selection."
 
     |selStartLine selStartCol selEndLine selEndCol selStyle|