summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/confbot/confbot.py
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/confbot/confbot.py')
-rw-r--r--pjsip-apps/src/confbot/confbot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip-apps/src/confbot/confbot.py b/pjsip-apps/src/confbot/confbot.py
index aa5efbf7..e7ed3142 100644
--- a/pjsip-apps/src/confbot/confbot.py
+++ b/pjsip-apps/src/confbot/confbot.py
@@ -197,7 +197,7 @@ class Member:
self.bot.broadcast_pager(None, msg)
def on_call_transfer_request(self, call, dst, code):
- msg = "%(uri)s is transfering the call to %(dst)s" % \
+ msg = "%(uri)s is transferring the call to %(dst)s" % \
{'uri': self.uri, 'dst': dst}
self.bot.broadcast_pager(None, msg)
return 202