Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
equinox0815 committed Oct 16, 2023
1 parent 44e7473 commit 20a6eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifier/backend_smsmodem.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (smb *SMSModemBackend) Init() (err error) {
smb.modem = nil
return
}
smb.dbgLog.Printf("SMSModem(%s): enter pin code respone: %v", smb.name, resp)
smb.dbgLog.Printf("SMSModem(%s): enter pin code response: %v", smb.name, resp)
}

smb.sms = gsm.New(a)
Expand Down

0 comments on commit 20a6eed

Please sign in to comment.