mirror of
https://github.com/golang/go
synced 2024-11-11 23:10:23 -07:00
Fix typo
This commit is contained in:
parent
ed3ae9a340
commit
a4cf42f275
@ -52,7 +52,7 @@ func TestChangingProcessParent(t *testing.T) {
|
||||
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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user