TextView.st
changeset 6834 3b50b6a5c655
parent 6820 e761ddb56247
child 6847 22dc78cb5436
--- a/TextView.st	Wed Feb 26 14:02:58 2020 +0100
+++ b/TextView.st	Thu Mar 05 11:20:32 2020 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
@@ -4379,7 +4377,7 @@
     i := (openingCharacters , closingCharacters) indexOf:parChar.
     i == 0 ifTrue:[
         (ignoreSet includes:parChar) ifTrue:[
-            "/ seaching for matching ' or " - always forward
+            "/ searching for matching ' or " - always forward
             direction := #fwd.
             closingChar := parChar.
         ] ifFalse:[
@@ -4484,7 +4482,7 @@
                 ]].
 
                 (inLineComment not & isIgnoreChar) ifTrue:[
-                    "/ íf in a line comment, single ' and " may occur.
+                    "/ íf in a line comment, single ' and " may occur.
                     "/ ignoring ~~ 0 means, that we ignore non-matching peers.
                     (ignoring ~~ 0 and:[nesting top first = cc]) ifTrue:[
                         ignoring := ignoring - 1.