1
0
mirror of https://github.com/distribution/distribution synced 2024-11-12 05:45:51 +01:00

Merge pull request #1410 from aaronlehmann/failured

Correct ErrAuthenticationFailure message
This commit is contained in:
Olivier Gambier 2016-02-01 19:20:35 -08:00
commit c4b79bda8a

@ -20,7 +20,7 @@ var (
ErrInvalidCredential = errors.New("invalid authorization credential")
// ErrAuthenticationFailure returned when authentication failure to be presented to agent.
ErrAuthenticationFailure = errors.New("authentication failured")
ErrAuthenticationFailure = errors.New("authentication failure")
)
type accessController struct {