aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/api/http/error_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/api/http/error_test.go')
-rw-r--r--swarm/api/http/error_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/api/http/error_test.go b/swarm/api/http/error_test.go
index 465fbf4ca..ed52bafbd 100644
--- a/swarm/api/http/error_test.go
+++ b/swarm/api/http/error_test.go
@@ -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))
}
}