summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua2
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2014-01-31 08:52:09 +0000
committerNanang Izzuddin <nanang@teluu.com>2014-01-31 08:52:09 +0000
commitb36d2739227522586612ee5ab3f7843795fd07bc (patch)
tree09c79f7db33c45a136cf673283cee4e456d91ba8 /pjsip/include/pjsua2
parent263ef89954cff2ab1e15e5aac643c0f69c520afd (diff)
Misc (re #1630): Fixed some more typos in the codes.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4724 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua2')
-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