We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1871d0f commit 6b2883dCopy full SHA for 6b2883d
index.js
@@ -224,7 +224,7 @@ class Pool extends EventEmitter {
224
// remove the dead client from our list of clients
225
this._clients = this._clients.filter(c => c !== client)
226
if (timeoutHit) {
227
- err.message = 'Connection terminiated due to connection timeout'
+ err.message = 'Connection terminated due to connection timeout'
228
}
229
cb(err, undefined, NOOP)
230
} else {
0 commit comments