From 9d932cfc6205e84866a525ae7dd3b6a9ca6a2761 Mon Sep 17 00:00:00 2001 From: Eohyung Lee Date: Mon, 6 Apr 2015 23:27:53 +0900 Subject: [PATCH] Minor spelling fix Signed-off-by: Eohyung Lee Upstream-commit: 7986c37996aa7321eaf3e86dd844a3e5c36c8c68 Component: engine --- components/engine/integration-cli/docker_api_inspect_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/integration-cli/docker_api_inspect_test.go b/components/engine/integration-cli/docker_api_inspect_test.go index ed6f596b2f..712acc7c87 100644 --- a/components/engine/integration-cli/docker_api_inspect_test.go +++ b/components/engine/integration-cli/docker_api_inspect_test.go @@ -46,7 +46,7 @@ func TestInspectApiContainerResponse(t *testing.T) { for _, key := range keys { if _, ok := inspectJSON[key]; !ok { - t.Fatalf("%s does not exist in reponse for %s version", key, testVersion) + t.Fatalf("%s does not exist in response for %s version", key, testVersion) } } //Issue #6830: type not properly converted to JSON/back