OSProcess.st
changeset 23537 97943007572e
parent 23505 54b7a8af8117
child 23635 b01b7b318310
--- a/OSProcess.st	Sat Nov 17 02:34:59 2018 +0100
+++ b/OSProcess.st	Wed Nov 21 17:25:53 2018 +0100
@@ -523,7 +523,7 @@
 numericPid
     "answer the pid of the process the command is running in,
      or nil if the command has not yet been started.
-     Always return an integer, even in windows where pis is a handle-"
+     Always return an integer, even in windows where pid is a handle-"
 
     (pid isNil or:[pid isInteger]) ifTrue:[
         ^ pid.
@@ -532,7 +532,7 @@
     ^ pid pid.
 
     "Created: / 19-07-2018 / 16:21:25 / Stefan Vogel"
-    "Modified (comment): / 19-07-2018 / 19:04:30 / Stefan Vogel"
+    "Modified (comment): / 20-11-2018 / 16:50:26 / Stefan Vogel"
 !
 
 outStream