diff --git a/cmd/kubeadm/app/cmd/phases/workflow/runner_test.go b/cmd/kubeadm/app/cmd/phases/workflow/runner_test.go index ef546fdd367..6e1bd784265 100644 --- a/cmd/kubeadm/app/cmd/phases/workflow/runner_test.go +++ b/cmd/kubeadm/app/cmd/phases/workflow/runner_test.go @@ -403,7 +403,7 @@ func TestBindToCommandArgRequirements(t *testing.T) { // Ensure it is the expected function if reflect.ValueOf(cCmd.Args).Pointer() != reflect.ValueOf(args.args).Pointer() { - t.Error("The function poiners where not equal.") + t.Error("The function pointers where not equal.") } // Test passing argument set