From 9b5d44b8db18e6f1920b90b6393c56f2a01abb02 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 7 Oct 2013 17:42:12 +0200 Subject: [PATCH] Fix typo. --- coreapi/linphonecore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 4fc6205b4..b148bf57a 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -983,7 +983,7 @@ typedef void (*LinphoneCoreNotifyPresenceReceivedCb)(LinphoneCore *lc, LinphoneF * @param url of the subscriber * Callback prototype */ -typedef void (*LinphoneCoreNewSubscribtionRequestCb)(LinphoneCore *lc, LinphoneFriend *lf, const char *url); +typedef void (*LinphoneCoreNewSubscriptionRequestCb)(LinphoneCore *lc, LinphoneFriend *lf, const char *url); /** * Callback for requesting authentication information to application or user. * @param lc the LinphoneCore @@ -1066,7 +1066,7 @@ typedef struct _LinphoneCoreVTable{ LinphoneCoreRegistrationStateChangedCb registration_state_changed;/**