diff --git a/lib/connection.js b/lib/connection.js index 107203c..f606de1 100644 --- a/lib/connection.js +++ b/lib/connection.js @@ -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) {