Correct ErrAuthenticationFailure message
This was "authentication failured". Change it to "authentication failure". Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>master
							parent
							
								
									6c135e03ce
								
							
						
					
					
						commit
						95a50c7236
					
				| 
						 | 
				
			
			@ -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 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue