Merge pull request #41299 from shiywang/fix_typo

Automatic merge from submit-queue (batch tested with PRs 41299, 41325, 41386, 41329, 41418)

fix typo
This commit is contained in:
Kubernetes Submit Queue 2017-02-14 11:42:21 -08:00 committed by GitHub
commit c167a37e4e

View File

@ -76,7 +76,7 @@ func normalizeConfigDuration(name string, scale, value, min, max, defaultValue t
return time.Duration(0), nil
}
// use defualt with 0 sentinel
// use default with 0 sentinel
if value == useDefault {
glog.V(2).Infof("image policy webhook %s using default value", name)
return defaultValue, nil