Skip to content

Commit

Permalink
fix: correct a typo in an error message in AutoDialler (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Apr 1, 2023
1 parent 290e610 commit f4c99d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection-manager/auto-dialler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class AutoDialler implements Startable {
this.running = true

void this._autoDial().catch(err => {
log.error('could start autodial', err)
log.error('could not start autodial', err)
})

log('started')
Expand Down

0 comments on commit f4c99d9

Please sign in to comment.