Skip to content

Commit 6b2883d

Browse files
ubershmekelbrianc
authored andcommitted
terminiated -> terminated (brianc#78)
1 parent 1871d0f commit 6b2883d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class Pool extends EventEmitter {
224224
// remove the dead client from our list of clients
225225
this._clients = this._clients.filter(c => c !== client)
226226
if (timeoutHit) {
227-
err.message = 'Connection terminiated due to connection timeout'
227+
err.message = 'Connection terminated due to connection timeout'
228228
}
229229
cb(err, undefined, NOOP)
230230
} else {

0 commit comments

Comments
 (0)