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/pjsua/pjsua_app_legacy.c

    r4710 r4714  
    10691069 
    10701070        pjsua_call_get_info(current_call, &ci); 
    1071         printf("Transfering current call [%d] %.*s\n", current_call, 
     1071        printf("Transferring current call [%d] %.*s\n", current_call, 
    10721072               (int)ci.remote_info.slen, ci.remote_info.ptr); 
    10731073 
Note: See TracChangeset for help on using the changeset viewer.