SystemBrowser.st
branchjv
changeset 16869 2ecababdd4c0
parent 16848 d4200cb12374
parent 16863 d9e632f16155
child 17133 f9f20407fbf9
--- a/SystemBrowser.st	Mon Sep 19 08:48:45 2016 +0100
+++ b/SystemBrowser.st	Wed Sep 28 07:09:57 2016 +0200
@@ -7150,7 +7150,7 @@
         sel := t
     ].
     (sel = s or:[sel isNil or:[t == #'>>']]) ifTrue:[
-        "oops - thats probably not what we want here ..."
+        "oops - that's probably not what we want here ..."
         self extractClassAndSelectorFrom:s into:[:c :s :m |
             sel := s
         ]