diff --git a/examples/execing-processes/execing-processes.go b/examples/execing-processes/execing-processes.go index 18eb283..04f5816 100644 --- a/examples/execing-processes/execing-processes.go +++ b/examples/execing-processes/execing-processes.go @@ -28,7 +28,7 @@ func main() { } // `Exec` requires arguments in slice form (as - // apposed to one big string). We'll give `ls` a few + // opposed to one big string). We'll give `ls` a few // common arguments. Note that the first argument should // be the program name. args := []string{"ls", "-a", "-l", "-h"}