1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

Minor spelling fix

Signed-off-by: Eohyung Lee <liquidnuker@gmail.com>
This commit is contained in:
Eohyung Lee
2015-04-06 23:27:53 +09:00
parent 58390b6087
commit 7986c37996

View File

@ -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