Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelinux authored and fredreichbier committed Feb 9, 2018
1 parent 0417237 commit f76fa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privacyidea/lib/smsprovider/SmppSMSProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def submit_message(self, phone, message):
client.connect()
r = client.bind_transmitter(system_id=sys_id.encode("ascii"),
password=passwd.encode("ascii"))
log.debug("bind_tranmitter returns {0!r}".format(r))
log.debug("bind_transmitter returns {0!r}".format(r))
r = client.send_message(source_addr_ton=s_addr_ton,
source_addr_npi=s_addr_npi,
source_addr=s_addr.encode("ascii"),
Expand Down

0 comments on commit f76fa25

Please sign in to comment.