Merge pull request #12110 from leoh0/fix-typo

Minor spelling fix
Upstream-commit: 716576b0ccb9c35e88572cfe7f413648d2337976
Component: engine
This commit is contained in:
Arnaud Porterie
2015-04-06 08:43:18 -07:00
@@ -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