Ignore:
Timestamp:
Jan 23, 2014 8:15:34 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1630): Fixed some typos in the code (thanks Tzafrir Cohen for the patch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/py_pjsua/pjsua_app.py

    r1438 r4714  
    412412                call = g_current_call            
    413413                ci = py_pjsua.call_get_info(g_current_call) 
    414                 print "Transfering current call ["+ `g_current_call` + "] " + ci.remote_info 
     414                print "Transferring current call ["+ `g_current_call` + "] " + ci.remote_info 
    415415                print "Enter sip url : " 
    416416                url = sys.stdin.readline() 
Note: See TracChangeset for help on using the changeset viewer.