Fix wording in comment

Signed-off-by: Jacob Atzen <jatzen@gmail.com>
This commit is contained in:
Jacob Atzen 2015-05-20 18:00:01 +02:00
parent 38f0c6fa8a
commit 07e5885de1

View file

@ -49,7 +49,7 @@ func (r *Session) V2RegistryEndpoint(index *IndexInfo) (ep *Endpoint, err error)
}
// GetV2Authorization gets the authorization needed to the given image
// If readonly access is requested, then only the authorization may
// If readonly access is requested, then the authorization may
// only be used for Get operations.
func (r *Session) GetV2Authorization(ep *Endpoint, imageName string, readOnly bool) (auth *RequestAuthorization, err error) {
scopes := []string{"pull"}