Tools__NewSystemBrowser.st
changeset 17045 afe221e9cfc5
parent 17028 9f37b7b70356
child 17049 ae2e34d3dc95
--- a/Tools__NewSystemBrowser.st	Fri Nov 04 16:31:53 2016 +0100
+++ b/Tools__NewSystemBrowser.st	Fri Nov 04 16:33:23 2016 +0100
@@ -19689,7 +19689,7 @@
 !
 
 selectedLintRuleClasses
-    "/ I dont understand it - just a q&d hack to make the debugger go away
+    "/ I don't understand it - just a q&d hack to make the debugger go away
     self breakPoint:#cg.
     ^ self selectedClasses
 
@@ -23897,7 +23897,7 @@
     self hasInstrumentedMethodSelectedHolder value:(self hasInstrumentedMethodSelected).
 
     "/ if showing history or log,
-    "/ dont update codeView, as long as no protocol is selected
+    "/ don't update codeView, as long as no protocol is selected
     ((codeAspect := self codeAspect) == #repositoryLog
     or:[codeAspect == #repositoryHistory]) ifTrue:[
         self selectedMethodsValue size == 0 ifTrue:[
@@ -39674,7 +39674,7 @@
 
     callingMethods removeAllFoundIn:methods.
     callingMethods do:[:caller |
-        "/ dont do primitives...
+        "/ don't do primitives...
         caller hasPrimitiveCode ifFalse:[
             caller mclass notNil ifTrue:[
                 caller isInstrumented ifFalse:[
@@ -60074,7 +60074,7 @@
 
     |hideSpecialEditor editorCanvas tabList actionList|
 
-    "/ that is a first hack - I dont like it, though...
+    "/ that is a first hack - I don't like it, though...
 
     hideSpecialEditor := true.