Merge pull request #68917 from zhangmingld/fixwordserr

Fix some typo err
This commit is contained in:
k8s-ci-robot
2018-09-26 22:59:32 -07:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -205,7 +205,7 @@ func (o *Options) Config() (*schedulerappconfig.Config, error) {
return nil, err
}
// prepare kube clients.
// Prepare kube clients.
client, leaderElectionClient, eventClient, err := createClients(c.ComponentConfig.ClientConnection, o.Master, c.ComponentConfig.LeaderElection.RenewDeadline.Duration)
if err != nil {
return nil, err