diff options
author | ferhat elmas <elmas.ferhat@gmail.com> | 2017-10-30 08:23:23 +0800 |
---|---|---|
committer | ferhat elmas <elmas.ferhat@gmail.com> | 2017-10-30 08:23:23 +0800 |
commit | 07e8c177e7f1cceadc70709946aa24777b4bf2af (patch) | |
tree | 2cee788573cf551cb432c387f6be9412744ad853 /swarm/api/http/error_test.go | |
parent | 8d434f6a6f18c5172db9a8216d61cd50b746c964 (diff) | |
download | dexon-07e8c177e7f1cceadc70709946aa24777b4bf2af.tar dexon-07e8c177e7f1cceadc70709946aa24777b4bf2af.tar.gz dexon-07e8c177e7f1cceadc70709946aa24777b4bf2af.tar.bz2 dexon-07e8c177e7f1cceadc70709946aa24777b4bf2af.tar.lz dexon-07e8c177e7f1cceadc70709946aa24777b4bf2af.tar.xz dexon-07e8c177e7f1cceadc70709946aa24777b4bf2af.tar.zst dexon-07e8c177e7f1cceadc70709946aa24777b4bf2af.zip |
core, swarm: typo fixes
Diffstat (limited to 'swarm/api/http/error_test.go')
-rw-r--r-- | swarm/api/http/error_test.go | 2 |
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)) } } |