Misc (non-code) spelling fixes

This commit is contained in:
Justin Santa Barbara
2015-07-03 16:29:14 -04:00
parent 8884e116e5
commit fca7822800
4 changed files with 9 additions and 9 deletions

View File

@@ -842,7 +842,7 @@ func startCmdAndStreamOutput(cmd *exec.Cmd) (stdout, stderr io.ReadCloser, err e
if err != nil {
return
}
Logf("Asyncronously running '%s %s'", cmd.Path, strings.Join(cmd.Args, " "))
Logf("Asynchronously running '%s %s'", cmd.Path, strings.Join(cmd.Args, " "))
err = cmd.Start()
return
}