Typo: stout -> stdout
authorAlex Xu <alex_y_xu@yahoo.ca>
Sat, 2 Apr 2011 14:43:55 +0000 (10:43 -0400)
committerBert Belder <bertbelder@gmail.com>
Tue, 5 Jul 2011 00:42:32 +0000 (02:42 +0200)
Closes #874

doc/api/child_processes.markdown

index b30de4b..418f82b 100644 (file)
@@ -65,7 +65,7 @@ The third argument is used to specify additional options, which defaults to:
 
 `cwd` allows you to specify the working directory from which the process is spawned.
 Use `env` to specify environment variables that will be visible to the new process.
-With `customFds` it is possible to hook up the new process' [stdin, stout, stderr] to
+With `customFds` it is possible to hook up the new process' [stdin, stdout, stderr] to
 existing streams; `-1` means that a new stream should be created. `setsid`,
 if set true, will cause the subprocess to be run in a new session.