diff --git a/integration_test.go b/integration_test.go index 5f6ab3ea612ca7..95452b049a8344 100644 --- a/integration_test.go +++ b/integration_test.go @@ -127,7 +127,7 @@ func TestIntegrationUrlArgs(t *testing.T) { if err == nil { t.Fatalf("Expected 404. %s", err.Error()) } - // Check that cache dir is emtpy. + // Check that cache dir is empty. cacheFn = path.Join(cachedir, "src/localhost:4546/testdata/001_hello.js") println("bad cacheFn", cacheFn) if exists(cacheFn) {