Skip to content
This repository was archived by the owner on Dec 30, 2019. It is now read-only.

Commit 6b2883d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
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)