From 7f6e2d81dd17b4b63a50f7facb98d98499440b8e Mon Sep 17 00:00:00 2001 From: eNV25 Date: Sat, 6 Aug 2022 09:26:19 +0400 Subject: [PATCH] nocmp_test: fix spelling in comment --- nocmp_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nocmp_test.go b/nocmp_test.go index 7558ae0..a8574fc 100644 --- a/nocmp_test.go +++ b/nocmp_test.go @@ -156,7 +156,7 @@ func TestNocmpIntegration(t *testing.T) { var stderr bytes.Buffer cmd := exec.Command("go", "build") cmd.Dir = tempdir - // Create a minimal build enviroment with only HOME set so that "go + // Create a minimal build environment with only HOME set so that "go // build" has somewhere to put the cache and other Go files in. cmd.Env = []string{"HOME=" + filepath.Join(tempdir, "home")} cmd.Stderr = &stderr