mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Error message misspelling.
Fixing error message misspelling.
This commit is contained in:
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…
x
Reference in New Issue
Block a user