Fix several spelling errors in comments.

This commit is contained in:
goltermann
2016-06-17 09:27:25 -07:00
parent 926ff6e3fd
commit 218645b346
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 {