DoWhatIMeanSupport.st
changeset 5203 9b8272cc6d49
parent 5146 1bc2c5c6fc91
child 5212 ab0c9d002aea
child 5224 941b9aba81cc
--- a/DoWhatIMeanSupport.st	Mon Aug 08 17:07:27 2016 +0200
+++ b/DoWhatIMeanSupport.st	Tue Aug 09 04:38:25 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
 	      All Rights Reserved
@@ -2165,7 +2167,7 @@
     canParenthesize ifTrue:[
         "/ completing an already existing keyword or binary message with something starting with
         "/ if, and, or or while.
-        "/ Here, offer a special completion which inserts parenthesis / brackets around the already
+        "/ Here, offer a special completion which inserts parentheses / brackets around the already
         "/ existing message. Do this only, if the existing message makes sense.
         "/    expr wh
         "/ ->
@@ -2347,7 +2349,7 @@
 "/
 "/    info := best storeString.
 "/    implClass notNil ifTrue:[
-"/        info := implClass name , ' » ' , info.
+"/        info := implClass name , ' » ' , info.
 "/    ].
 "/    self information:info.
 "/].
@@ -4977,7 +4979,7 @@
 "/
 "/    info := best storeString.
 "/    implClass notNil ifTrue:[
-"/        info := implClass name , ' » ' , info.
+"/        info := implClass name , ' » ' , info.
 "/    ].
 "/    self information:info.