1
0
Fork 1
mirror of https://github.com/distribution/distribution synced 2024-09-22 02:19:42 +00:00

Correct ErrAuthenticationFailure message

This was "authentication failured". Change it to "authentication
failure".

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
Aaron Lehmann 2016-02-01 17:03:41 -08:00
parent f2164294f7
commit e387b63001

View file

@ -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 {