From 81cd9ff7dbf46a57710fd72330f2d60e3db959d0 Mon Sep 17 00:00:00 2001 From: pgxiaolianzi Date: Mon, 27 Feb 2023 06:51:55 +0000 Subject: all: fix typos Change-Id: Ica8d5e5799a4de532764ae86cdb623508d3a8e18 GitHub-Last-Rev: 3e97cca9de3885f2fe0d7deb776e59cc1c73146d GitHub-Pull-Request: golang/go#58689 Reviewed-on: https://go-review.googlesource.com/c/go/+/471021 Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Run-TryBot: Ian Lance Taylor --- src/os/exec/exec_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/exec/exec_test.go') diff --git a/src/os/exec/exec_test.go b/src/os/exec/exec_test.go index c2f643a645..9f9cb598d8 100644 --- a/src/os/exec/exec_test.go +++ b/src/os/exec/exec_test.go @@ -1039,7 +1039,7 @@ func TestDedupEnvEcho(t *testing.T) { func TestEnvNULCharacter(t *testing.T) { if runtime.GOOS == "plan9" { - t.Skip("plan9 explicitly allows NUL in the enviroment") + t.Skip("plan9 explicitly allows NUL in the environment") } cmd := helperCommand(t, "echoenv", "FOO", "BAR") cmd.Env = append(cmd.Environ(), "FOO=foo\x00BAR=bar") -- cgit v1.3