From 937ea7d4479fcb99bafc63f4e73712225d78a242 Mon Sep 17 00:00:00 2001 From: David Xia Date: Thu, 16 Jun 2016 11:10:12 -0400 Subject: [PATCH] Correct typo in comment --- pkg/api/validation/validation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/validation/validation.go b/pkg/api/validation/validation.go index a24ef85ca36..90315a83b02 100644 --- a/pkg/api/validation/validation.go +++ b/pkg/api/validation/validation.go @@ -2214,7 +2214,7 @@ func ValidateNonEmptySelector(selectorMap map[string]string, fldPath *field.Path return allErrs } -// Validates the given template and ensures that it is in accordance with the desrired selector and replicas. +// Validates the given template and ensures that it is in accordance with the desired selector and replicas. func ValidatePodTemplateSpecForRC(template *api.PodTemplateSpec, selectorMap map[string]string, replicas int32, fldPath *field.Path) field.ErrorList { allErrs := field.ErrorList{} if template == nil {