nocmp_test: fix spelling in comment (#114)

This commit is contained in:
eNV25
2022-08-06 09:46:25 +04:00
committed by GitHub
parent d15bdada1c
commit 01497d22b0

View File

@@ -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