Fix various typos in pkg/api

This commit is contained in:
Jedrzej Nowak
2016-08-23 12:41:36 +02:00
parent 8675adf138
commit a6c0e23fd2
14 changed files with 43 additions and 43 deletions

View File

@@ -189,7 +189,7 @@ func (m *DefaultRESTMapper) ResourceSingularizer(resourceType string) (string, e
}
if currSingular.Resource != singular.Resource {
return resourceType, fmt.Errorf("multiple possibile singular resources (%v) found for %v", resources, resourceType)
return resourceType, fmt.Errorf("multiple possible singular resources (%v) found for %v", resources, resourceType)
}
}