From 316fd0bd6b829deb0cbf3754c88b1e2bb69a6f13 Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Mon, 29 Jun 2015 02:39:06 +0000 Subject: [PATCH] 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 --- pjsip/include/pjsua2/endpoint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pjsip/include/pjsua2/endpoint.hpp b/pjsip/include/pjsua2/endpoint.hpp index 09b272433..0001da1b6 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);