diff --git a/internal/controller/nimservice_controller.go b/internal/controller/nimservice_controller.go index ff3bb2ed..d5337aba 100644 --- a/internal/controller/nimservice_controller.go +++ b/internal/controller/nimservice_controller.go @@ -152,7 +152,7 @@ func (r *NIMServiceReconciler) Reconcile(ctx context.Context, req ctrl.Request) if r.GetOrchestratorType() != "" { orchestratorType, err := k8sutil.GetOrchestratorType(r.GetClient()) if err != nil { - return ctrl.Result{}, fmt.Errorf("Unable to get container orhestrator type, %v", err) + return ctrl.Result{}, fmt.Errorf("Unable to get container orchestrator type, %v", err) } r.orchestratorType = orchestratorType }