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;/**