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

@@ -61,7 +61,7 @@ func InterpretCreateError(err error, qualifiedResource unversioned.GroupResource
}
}
// InterpretUpdateError converts a generic error on a update
// InterpretUpdateError converts a generic error on an update
// operation into the appropriate API error.
func InterpretUpdateError(err error, qualifiedResource unversioned.GroupResource, name string) error {
switch {