Merge pull request #888 from sibedge/patch-1

Error message misspelling.
This commit is contained in:
Brian C 2015-11-30 23:08:39 -06:00
commit 913c9d3366

View File

@ -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) {