OSProcess.st
changeset 20379 135c4fc19014
parent 19298 cfacc6b159c5
child 20398 8cb53f870d39
child 21172 36a0e5430705
--- a/OSProcess.st	Tue Sep 13 14:44:16 2016 +0200
+++ b/OSProcess.st	Tue Sep 13 14:44:17 2016 +0200
@@ -111,8 +111,8 @@
 !
 
 killGroup
-    "killl the processGroup - the processes does not get the chance to clean up"
-    
+    "kill the processGroup - the processes do not get the chance to clean up"
+
     ^ self subclassResponsibility.
 !