Merge pull request #888 from sibedge/patch-1
Error message misspelling.
This commit is contained in:
commit
913c9d3366
@ -423,7 +423,7 @@ Connection.prototype.parseR = function(buffer, length) {
|
||||
return msg;
|
||||
}
|
||||
}
|
||||
throw new Error("Unknown authenticatinOk message type" + util.inspect(msg));
|
||||
throw new Error("Unknown authenticationOk message type" + util.inspect(msg));
|
||||
};
|
||||
|
||||
Connection.prototype.parseS = function(buffer, length) {
|
||||
|
Loading…
Reference in New Issue
Block a user