Error message misspelling.

Fixing error message misspelling.
remotes/origin/cdb-6.1
sibedge 9 years ago
parent ee21036962
commit f703c18aca

@ -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…
Cancel
Save