Error message misspelling.

Fixing error message misspelling.
This commit is contained in:
sibedge 2015-11-14 16:33:25 +00:00
parent ee21036962
commit f703c18aca

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