Skip to content

Commit

Permalink
nocmp_test: fix spelling in comment (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
eNV25 committed Aug 6, 2022
1 parent d15bdad commit 01497d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nocmp_test.go
Expand Up @@ -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
Expand Down

0 comments on commit 01497d2

Please sign in to comment.