Skip to content

Commit 913c9d3

Browse files
committed
Merge pull request brianc#888 from sibedge/patch-1
Error message misspelling.
2 parents ee21036 + f703c18 commit 913c9d3

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)