Misc (re #1843): Fix doc in endpoint class regarding the call to libDestroy.

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@5120 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Riza Sulistyo 2015-06-29 02:39:06 +00:00
parent 80467f5ebc
commit 316fd0bd6b
1 changed files with 1 additions and 1 deletions

View File

@ -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);