summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2015-06-29 02:39:06 +0000
committerRiza Sulistyo <riza@teluu.com>2015-06-29 02:39:06 +0000
commit0b1a51a719f074383b5d1802877ef68f014a7acb (patch)
treec8dcc5eeb277a0f5dee00828ffd9085c9712278f /pjsip/include
parent543e2e75813d09b213bcdbbd73e5e445ce233983 (diff)
Misc (re #1843): Fix doc in endpoint class regarding the call to libDestroy.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5120 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua2/endpoint.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/include/pjsua2/endpoint.hpp b/pjsip/include/pjsua2/endpoint.hpp
index 09b27243..0001da1b 100644
--- a/pjsip/include/pjsua2/endpoint.hpp
+++ b/pjsip/include/pjsua2/endpoint.hpp
@@ -692,7 +692,7 @@ public:
* Instantiate pjsua application. Application must call this function before
* calling any other functions, to make sure that the underlying libraries
* are properly initialized. Once this function has returned success,
- * application must call destroy() before quitting.
+ * application must call libDestroy() before quitting.
*/
void libCreate() throw(Error);