Tools__MethodCategoryList.st
changeset 17036 724ce8bf170c
parent 16956 ce83b85ee1b3
child 17136 cb908d2ba02e
child 17333 70bcc86168e6
--- a/Tools__MethodCategoryList.st	Fri Nov 04 16:20:51 2016 +0100
+++ b/Tools__MethodCategoryList.st	Fri Nov 04 16:26:24 2016 +0100
@@ -1859,7 +1859,7 @@
     src asCollectionOfLines size < UserPreferences current numberOfLinesForLongMethod "~~30" ifTrue:[^ false].
 
     "/ ok, it is long;
-    "/ but do not blame the user for writing documentation (dont count comments),
+    "/ but do not blame the user for writing documentation (don't count comments),
     "/ or using literal arrays
     RBParser notNil ifTrue:[
         ast := RBParser parseMethod:src.