From f1b7c42524a5bd512297dcc39914be79699127bf Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 2 Apr 2011 10:43:55 -0400 Subject: [PATCH] Typo: stout -> stdout Closes #874 --- doc/api/child_processes.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/child_processes.markdown b/doc/api/child_processes.markdown index 56dd6f5..a8cc878 100644 --- a/doc/api/child_processes.markdown +++ b/doc/api/child_processes.markdown @@ -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. -- 2.7.4