fix some typo

pull/58/head
zhangmingld 2018-09-21 10:20:21 +08:00
parent 6aaeb209eb
commit 3648f73337
1 changed files with 1 additions and 1 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