summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/pjsua_app_legacy.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/pjsua/pjsua_app_legacy.c')
-rw-r--r--pjsip-apps/src/pjsua/pjsua_app_legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip-apps/src/pjsua/pjsua_app_legacy.c b/pjsip-apps/src/pjsua/pjsua_app_legacy.c
index aeca9dfc..f3bed8cb 100644
--- a/pjsip-apps/src/pjsua/pjsua_app_legacy.c
+++ b/pjsip-apps/src/pjsua/pjsua_app_legacy.c
@@ -1068,7 +1068,7 @@ static void ui_call_transfer(pj_bool_t no_refersub)
pjsua_msg_data msg_data;
pjsua_call_get_info(current_call, &ci);
- printf("Transfering current call [%d] %.*s\n", current_call,
+ printf("Transferring current call [%d] %.*s\n", current_call,
(int)ci.remote_info.slen, ci.remote_info.ptr);
ui_input_url("Transfer to URL", buf, sizeof(buf), &result);