diff options
Diffstat (limited to 'integration_test.go')
-rw-r--r-- | integration_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_test.go b/integration_test.go index 5f6ab3ea6..95452b049 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) { |