Fix typos.

This commit is contained in:
Mike Boone
2015-11-11 21:20:34 -05:00
parent f4904fce17
commit 342036408e
10 changed files with 13 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ func TestGetIndex(t *testing.T) {
p := startInstance(t, 2)
defer checkedStop(t, p)
// Check for explicint index.html
// Check for explicit index.html
res, err := http.Get("http://localhost:8082/index.html")
if err != nil {