summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua2/call.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include/pjsua2/call.hpp')
-rw-r--r--pjsip/include/pjsua2/call.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/pjsip/include/pjsua2/call.hpp b/pjsip/include/pjsua2/call.hpp
index f16db153..c4978e38 100644
--- a/pjsip/include/pjsua2/call.hpp
+++ b/pjsip/include/pjsua2/call.hpp
@@ -726,7 +726,7 @@ struct OnDtmfDigitParam
struct OnCallTransferRequestParam
{
/**
- * The destination where the call will be transfered to.
+ * The destination where the call will be transferred to.
*/
string dstUri;
@@ -738,7 +738,7 @@ struct OnCallTransferRequestParam
/**
* The current call setting, application can update this setting
- * for the call being transfered.
+ * for the call being transferred.
*/
CallSetting opt;
};
@@ -1529,7 +1529,7 @@ public:
{ PJ_UNUSED_ARG(prm); }
/**
- * Notify application on call being transfered (i.e. REFER is received).
+ * Notify application on call being transferred (i.e. REFER is received).
* Application can decide to accept/reject transfer request
* by setting the code (default is 202). When this callback
* is not implemented, the default behavior is to accept the