core, swarm: typo fixes

This commit is contained in:
ferhat elmas
2017-10-30 01:23:23 +01:00
parent 8d434f6a6f
commit 07e8c177e7
4 changed files with 5 additions and 5 deletions

View File

@ -132,7 +132,7 @@ func TestJsonResponse(t *testing.T) {
}
if !isJSON(string(respbody)) {
t.Fatalf("Expected repsonse to be JSON, received invalid JSON: %s", string(respbody))
t.Fatalf("Expected response to be JSON, received invalid JSON: %s", string(respbody))
}
}