summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/py_pjsua
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2014-01-23 08:15:34 +0000
committerNanang Izzuddin <nanang@teluu.com>2014-01-23 08:15:34 +0000
commit57460ee1295dfb681fcfeeeeaa16785aab571751 (patch)
treec3bef59ab31502b9cdca4b3d9cad757aff493bec /pjsip-apps/src/py_pjsua
parent102c9ba757dfa17896e4d59ff8ff03edbc4d7524 (diff)
Misc (re #1630): Fixed some typos in the code (thanks Tzafrir Cohen for the patch).
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4714 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/py_pjsua')
-rw-r--r--pjsip-apps/src/py_pjsua/pjsua_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip-apps/src/py_pjsua/pjsua_app.py b/pjsip-apps/src/py_pjsua/pjsua_app.py
index 093b96ea..29c2b756 100644
--- a/pjsip-apps/src/py_pjsua/pjsua_app.py
+++ b/pjsip-apps/src/py_pjsua/pjsua_app.py
@@ -411,7 +411,7 @@ def xfer_call():
else:
call = g_current_call
ci = py_pjsua.call_get_info(g_current_call)
- print "Transfering current call ["+ `g_current_call` + "] " + ci.remote_info
+ print "Transferring current call ["+ `g_current_call` + "] " + ci.remote_info
print "Enter sip url : "
url = sys.stdin.readline()
if url == "\n":