update ErrNotConnected text

This commit is contained in:
Liam Stanley 2016-12-06 19:42:00 -05:00
parent 00994b4e8a
commit 06dd8eab61

@ -112,7 +112,7 @@ func (e *ErrCallbackTimedout) Error() string {
// ErrNotConnected is returned if a method is used when the client isn't
// connected.
var ErrNotConnected = errors.New("client is not connected")
var ErrNotConnected = errors.New("client is not connected to server")
// ErrAlreadyConnecting implies that a connection attempt is already happening.
var ErrAlreadyConnecting = errors.New("a connection attempt is already occurring")