From bbcabe0eab9c4cd90a1f713558ff43d09906a822 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 15 Mar 2017 15:13:18 +0100 Subject: [PATCH] Fixed typo --- include/linphone/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linphone/core.h b/include/linphone/core.h index e98b2110f..d998b9877 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -913,7 +913,7 @@ LINPHONE_PUBLIC void linphone_core_cbs_set_network_reachable(LinphoneCoreCbs *cb * @param[in] cbs A #LinphoneCoreCbs. * @return The callback. */ -LINPHONE_PUBLIC LinphoneCoreCbsNetworkReachableCb linphone_core_cbs_get_set_network_reachable(LinphoneCoreCbs *cbs); +LINPHONE_PUBLIC LinphoneCoreCbsNetworkReachableCb linphone_core_cbs_get_network_reachable(LinphoneCoreCbs *cbs); /** * Set the #LinphoneCoreCbsLogCollectionUploadStateChangedCb callback.