Skip to content

Commit 4829031

Browse files
garciaolaisianlancetaylor
authored andcommitted
syscall: fix typo in exec_windows_test.go
nothign -> nothing Change-Id: I3f5cf20cc094d280f6cafa179eaefd745874dec1 GitHub-Last-Rev: a4cf42f GitHub-Pull-Request: #45118 Reviewed-on: https://go-review.googlesource.com/c/go/+/303269 Reviewed-by: Tobias Klauser <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 836dbdb commit 4829031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syscall/exec_windows_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func TestChangingProcessParent(t *testing.T) {
5252
if os.Getenv("GO_WANT_HELPER_PROCESS") == "parent" {
5353
// in parent process
5454

55-
// Parent does nothign. It is just used as a parent of a child process.
55+
// Parent does nothing. It is just used as a parent of a child process.
5656
time.Sleep(time.Minute)
5757
os.Exit(0)
5858
}

0 commit comments

Comments
 (0)