mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 19:38:02 +00:00
Fix typos in user-facing strings
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user