Fix typos in user-facing strings

This commit is contained in:
Andrew Seidl
2015-01-18 01:32:34 -06:00
parent eeb712d163
commit 6dee1d7fa4
17 changed files with 26 additions and 26 deletions

View File

@@ -169,7 +169,7 @@ func TestDockerContainerCommand(t *testing.T) {
t.Errorf("unexpected command CWD: %s", cmd.Dir)
}
if !reflect.DeepEqual(cmd.Args, []string{"/usr/sbin/nsinit", "exec", "ls"}) {
t.Errorf("unexpectd command args: %s", cmd.Args)
t.Errorf("unexpected command args: %s", cmd.Args)
}
}