diff --git a/integration/file_test.go b/integration/file_test.go index 3f1ec5c13..67466ea3e 100644 --- a/integration/file_test.go +++ b/integration/file_test.go @@ -18,7 +18,7 @@ func (s *FileSuite) TestSimpleConfiguration(c *check.C) { // TODO validate : run on 80 resp, err := http.Get("http://127.0.0.1/") - // Expected a 404 as we did not comfigure anything + // Expected a 404 as we did not configure anything c.Assert(err, checker.IsNil) c.Assert(resp.StatusCode, checker.Equals, 404) diff --git a/static/index.html b/static/index.html index 632ce2225..9c8bed3b7 100644 --- a/static/index.html +++ b/static/index.html @@ -21,7 +21,7 @@