diff --git a/public/spawning-processes b/public/spawning-processes index 568b7f2..22aaecd 100644 --- a/public/spawning-processes +++ b/public/spawning-processes @@ -46,7 +46,7 @@ of spawning processes from Go.
package main
We omitted error checks in the above example, but +
We ommited error checks in the above example, but
you could use the usual if err != nil
pattern for
all of them. We also only collect the StdoutPipe
results, but you could collect the StderrPipe
in
@@ -259,7 +259,7 @@ as if we had run them directly from the command-line.