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/src/pjsua-lib/pjsua_call.c

    r4712 r4714  
    25722572                     dest, PJ_EINVAL); 
    25732573     
    2574     PJ_LOG(4,(THIS_FILE, "Transfering call %d to %.*s", call_id, 
     2574    PJ_LOG(4,(THIS_FILE, "Transferring call %d to %.*s", call_id, 
    25752575                         (int)dest->slen, dest->ptr)); 
    25762576    pj_log_push_indent(); 
     
    26532653                     PJ_EINVAL); 
    26542654     
    2655     PJ_LOG(4,(THIS_FILE, "Transfering call %d replacing with call %d", 
     2655    PJ_LOG(4,(THIS_FILE, "Transferring call %d replacing with call %d", 
    26562656                         call_id, dest_call_id)); 
    26572657    pj_log_push_indent(); 
Note: See TracChangeset for help on using the changeset viewer.