Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
johto committed Feb 8, 2014
1 parent fc6c729 commit 46d1f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func (l *ListenerConn) listenerConnLoop() (err error) {
case 'N', 'S':
// ignore
default:
return fmt.Errorf("unexpected messge %q from server", t)
return fmt.Errorf("unexpected message %q from server in listenerConnLoop", t)
}
}

Expand Down

0 comments on commit 46d1f25

Please sign in to comment.