EditTextView.st
changeset 6163 a43ebb055c61
parent 6156 d7ca039c3bfb
child 6171 94945eb87a71
--- a/EditTextView.st	Tue May 30 13:59:53 2017 +0200
+++ b/EditTextView.st	Tue May 30 17:51:08 2017 +0200
@@ -3441,7 +3441,7 @@
 
 deleteFromLine:startLine col:startCol toLine:endLine col:endCol
     "delete all text from startLine/startCol to endLine/endCol -
-     joining lines if nescessary"
+     joining lines if necessary"
 
     |line newLine lineSize nMore|
 
@@ -3508,6 +3508,7 @@
 
     "Modified: / 10-11-1998 / 23:52:59 / cg"
     "Modified: / 18-03-2011 / 18:25:01 / az"
+    "Modified (comment): / 30-05-2017 / 17:34:03 / mawalch"
 !
 
 deleteFromLine:startLineNr toLine:endLineNr