diff options
| author | pgxiaolianzi <gnnu_d13@163.com> | 2023-02-27 06:51:55 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-02-28 03:43:42 +0000 |
| commit | 81cd9ff7dbf46a57710fd72330f2d60e3db959d0 (patch) | |
| tree | afe94e6de7cec0d0d666720fa4298eb4414519c0 /src/os/exec | |
| parent | 4d180f71dca041a39b50b9dec8a0ebec5cc02b90 (diff) | |
| download | go-81cd9ff7dbf46a57710fd72330f2d60e3db959d0.tar.xz | |
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 <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/os/exec')
| -rw-r--r-- | src/os/exec/exec_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
