From 0b1a51a719f074383b5d1802877ef68f014a7acb Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Mon, 29 Jun 2015 02:39:06 +0000 Subject: 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 --- pjsip/include/pjsua2/endpoint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip/include') 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); -- cgit v1.2.3