From f183dec4a26f79607c820b954fca70389d4a5b25 Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Thu, 6 Jul 2017 10:07:45 +0800 Subject: [PATCH] word spell error --- plugin/cmd/kube-scheduler/app/options/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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