#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Thu, 15 Aug 2019 15:13:34 +0200
changeset 24547 3806eac205ea
parent 24546 c98d4357a191
child 24548 beea0f93303c
#DOCUMENTATION by exept class: OSProcess comment/format in: #execute #executeKeepingProcess
OSProcess.st
--- a/OSProcess.st	Thu Aug 15 15:13:10 2019 +0200
+++ b/OSProcess.st	Thu Aug 15 15:13:34 2019 +0200
@@ -892,7 +892,7 @@
     "execute the command. 
      Wait until it is finished.
      Abort the execution if I am interrupted.
-     Answer true if it terminated successfully, 
+     Answer true if it successfully terminated, 
      false if it could not be started or terminated with error."
 
     ^ [
@@ -923,7 +923,7 @@
     "execute the command. 
      If I am interrupted keep the process as background process. 
      Wait until it is finished.
-     Answer true if it terminated successfully, 
+     Answer true if it successfully terminated, 
      false if it could not be started or terminated with error."
 
     ^ [