Fix ErrAuthentication comment

This commit is contained in:
Davor Kapsa
2018-12-03 19:25:45 +01:00
committed by GitHub
parent 54d505201f
commit 05f9a49f25

View File

@@ -22,7 +22,7 @@ var (
// ErrConnectionClosed represents an error condition on a closed connection.
ErrConnectionClosed = errors.New("Connection Closed")
// ErrAuthorization represents an error condition on failed authentication.
// ErrAuthentication represents an error condition on failed authentication.
ErrAuthentication = errors.New("Authentication Error")
// ErrAuthTimeout represents an error condition on failed authorization due to timeout.