Merge pull request #826 from dvrkps/patch-1

Fix ErrAuthentication comment
This commit is contained in:
Derek Collison
2018-12-03 10:33:21 -08:00
committed by GitHub

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.