Tools__MethodCategoryList.st
branchjv
changeset 17134 c4cce8b7a95d
parent 16769 84f3913dda79
parent 16956 ce83b85ee1b3
child 17136 cb908d2ba02e
--- a/Tools__MethodCategoryList.st	Sun Oct 09 22:55:02 2016 +0100
+++ b/Tools__MethodCategoryList.st	Tue Oct 18 22:55:22 2016 +0100
@@ -1788,7 +1788,7 @@
 methodInfoFor:aMethod in:mclass selector:selector lazy:lazy
     |info isDocumentationMethod isVersionMethod def methodsPackage|
 
-    "/ the first at:ifAbsent: is aktually not needed - it is here to
+    "/ the first at:ifAbsent: is actually not needed - it is here to
     "/ reduce the average blocking time, and to allow for debugging the info generating
     "/ code without deadlock
     MethodInfoCacheAccessLock critical:[