diff --git a/cmd/kubeadm/app/cmd/completion_test.go b/cmd/kubeadm/app/cmd/completion_test.go index 2955daa380b..c3d92d91cd7 100644 --- a/cmd/kubeadm/app/cmd/completion_test.go +++ b/cmd/kubeadm/app/cmd/completion_test.go @@ -39,7 +39,7 @@ func TestNewCmdCompletion(t *testing.T) { cmd := newCmdCompletion(&out, "") parentCmd.AddCommand(cmd) if err := parentCmd.Execute(); err != nil { - t.Errorf("Cannot exectute newCmdCompletion: %v", err) + t.Errorf("Cannot execute newCmdCompletion: %v", err) } }