summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2011-10-25 08:51:02 +0000
committerLiong Sauw Ming <ming@teluu.com>2011-10-25 08:51:02 +0000
commit9e4ddc18f6e2b4d9a68f1c93bfee541f315e80fc (patch)
tree8767cf3d0f107c80000087a590c48555f7be5639 /pjsip/include
parentd11fa21bf60ef14b9979ac3643dad1360f442c7f (diff)
Fixed #1398: TURN initialization failure scenario
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3849 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index cedb1d97..370e6679 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -563,7 +563,7 @@ typedef enum pjsua_create_media_transport_flag
typedef struct pjsua_callback
{
/**
- * Notify application when invite state has changed.
+ * Notify application when call state has changed.
* Application may then query the call info to get the
* detail call states by calling pjsua_call_get_info() function.
*