diff --git a/plugin/cmd/kube-scheduler/app/options/options.go b/plugin/cmd/kube-scheduler/app/options/options.go index 9c00323e31..1c6c81f708 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