Merge pull request #48526 from jianglingxia/jlx0706

Automatic merge from submit-queue

word spell error

**What this PR does / why we need it**:

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
```NONE
This commit is contained in:
Kubernetes Submit Queue 2017-07-21 04:20:45 -07:00 committed by GitHub
commit afdfdac3d0

View File

@ -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