Skip to content

Commit f703c18

Browse files
committed
Error message misspelling.
Fixing error message misspelling.
1 parent ee21036 commit f703c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Connection.prototype.parseR = function(buffer, length) {
423423
return msg;
424424
}
425425
}
426-
throw new Error("Unknown authenticatinOk message type" + util.inspect(msg));
426+
throw new Error("Unknown authenticationOk message type" + util.inspect(msg));
427427
};
428428

429429
Connection.prototype.parseS = function(buffer, length) {

0 commit comments

Comments
 (0)