diff --git a/plugin/cmd/kube-scheduler/app/options/options.go b/plugin/cmd/kube-scheduler/app/options/options.go index a1c30cc30b5..4cacad8f5de 100644 --- a/plugin/cmd/kube-scheduler/app/options/options.go +++ b/plugin/cmd/kube-scheduler/app/options/options.go @@ -49,7 +49,7 @@ type SchedulerServer struct { // Kubeconfig is Path to kubeconfig file with authorization and master // location information. Kubeconfig string - // Dynamic conifguration for scheduler features. + // Dynamic configuration for scheduler features. } // NewSchedulerServer creates a new SchedulerServer with default parameters