Merge pull request #37623 from yarntime/fix_typo_in_deployment

Automatic merge from submit-queue

fix typo in deployment

fix typo in deployment.
This commit is contained in:
Kubernetes Submit Queue 2016-11-30 08:03:37 -08:00 committed by GitHub
commit e0dd422c14

View File

@ -422,7 +422,7 @@ func MaxUnavailable(deployment extensions.Deployment) int32 {
return maxUnavailable
}
// MinAvailable returns the minimum vailable pods of a given deployment
// MinAvailable returns the minimum available pods of a given deployment
func MinAvailable(deployment *extensions.Deployment) int32 {
if !IsRollingUpdate(deployment) {
return int32(0)