core, swarm: typo fixes
This commit is contained in:
@ -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))
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user