Ignore:
Timestamp:
Jan 31, 2014 8:52:09 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1630): Fixed some more typos in the codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r4634 r4724  
    783783    if (status_code/100 == 2) { 
    784784        PJ_LOG(3,(THIS_FILE,  
    785                   "Call %d: call transfered successfully, disconnecting call", 
     785                  "Call %d: call transferred successfully, disconnecting call", 
    786786                  call_id)); 
    787787        pjsua_call_hangup(call_id, PJSIP_SC_GONE, NULL, NULL); 
Note: See TracChangeset for help on using the changeset viewer.