nothign -> nothing
Change-Id: I3f5cf20cc094d280f6cafa179eaefd745874dec1
GitHub-Last-Rev:
a4cf42f27574ab8567d0f45bcd4dfbe018587214
GitHub-Pull-Request: golang/go#45118
Reviewed-on: https://go-review.googlesource.com/c/go/+/303269
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
if os.Getenv("GO_WANT_HELPER_PROCESS") == "parent" {
// in parent process
- // Parent does nothign. It is just used as a parent of a child process.
+ // Parent does nothing. It is just used as a parent of a child process.
time.Sleep(time.Minute)
os.Exit(0)
}