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