From f703c18aca80c0ef21daaa3a6c9f504fb17ed08c Mon Sep 17 00:00:00 2001 From: sibedge Date: Sat, 14 Nov 2015 16:33:25 +0000 Subject: [PATCH] Error message misspelling. Fixing error message misspelling. --- lib/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/connection.js b/lib/connection.js index 107203cb..f606de13 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) {