diff --git a/unix/syscall_unix_test.go b/unix/syscall_unix_test.go index e9cc5b1c..c8a75062 100644 --- a/unix/syscall_unix_test.go +++ b/unix/syscall_unix_test.go @@ -122,7 +122,7 @@ func TestSignalNum(t *testing.T) { func TestFcntlInt(t *testing.T) { t.Parallel() - file, err := ioutil.TempFile("", "TestFnctlInt") + file, err := ioutil.TempFile("", "TestFcntlInt") if err != nil { t.Fatal(err) }