Merge pull request #27625 from goltermann/spell2

Automatic merge from submit-queue

Fix several spelling errors in comments

What the title says
This commit is contained in:
k8s-merge-robot
2016-06-18 23:08:28 -07:00
committed by GitHub
19 changed files with 22 additions and 22 deletions

View File

@@ -224,7 +224,7 @@ func (s *SwaggerSchema) ValidateObject(obj interface{}, fieldName, typeName stri
// Special case for runtime.RawExtension and runtime.Objects because they always fail to validate
// This is because the actual values will be of some sub-type (e.g. Deployment) not the expected
// super-type (RawExtention)
// super-type (RawExtension)
if s.isGenericArray(details) {
errs := s.validateItems(value)
if len(errs) > 0 {