Tools__MethodList.st
changeset 17037 e3e658289fcf
parent 16970 472000f80562
child 17136 cb908d2ba02e
child 17224 e4fd06bddeec
--- a/Tools__MethodList.st	Fri Nov 04 16:26:24 2016 +0100
+++ b/Tools__MethodList.st	Fri Nov 04 16:26:29 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2000 by eXept Software AG
 	      All Rights Reserved
@@ -874,7 +872,7 @@
             cls := aParameter first.
             clsName := cls name.
             (classes contains:[:aClass | aClass name = clsName]) ifFalse:[
-                ^ self   "/ I dont care for that class
+                ^ self   "/ I don't care for that class
             ].
             sel := aParameter second.
             (methodList contains:[:mthd | mthd getMclass notNil and:[mthd selector = sel]]) ifFalse:[
@@ -1783,7 +1781,7 @@
             mark := self class markForBeingInChangeList.
             "/ mark := self colorizeForChangedCode:mark.
             s := s , mark.
-            "/ cg: I dont know why this was disabled - it is req'd to
+            "/ cg: I don't know why this was disabled - it is req'd to
             "/ see changed methods in a method list (implementors...)
             s := self colorizeForChangedCode:s.
         ].