Merge pull request #38094 from yarntime/fix_update_typo

Automatic merge from submit-queue

fix typos

fix typos.
This commit is contained in:
Kubernetes Submit Queue
2017-01-16 18:22:33 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -571,7 +571,7 @@ func (fdc *DeploymentController) reconcileDeployment(key string) (reconciliation
})
}
} else {
// TODO: Update only one deployment at a time if update strategy is rolling udpate.
// TODO: Update only one deployment at a time if update strategy is rolling update.
currentLd := ldObj.(*extensionsv1.Deployment)
// Update existing replica set, if needed.