From 4cbc245e0c1a1ac3876120d69dcb63337df8d654 Mon Sep 17 00:00:00 2001 From: sinikang Date: Mon, 5 Mar 2018 14:33:13 +0900 Subject: [PATCH] Fix typo in header description Change-Id: I2d873d901dec47bbb19e9b0316ba8f4d88a37160 --- include/telephony_common.h | 8 ++++---- packaging/capi-telephony.spec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/telephony_common.h b/include/telephony_common.h index 2ee7263..61c06b8 100644 --- a/include/telephony_common.h +++ b/include/telephony_common.h @@ -95,13 +95,13 @@ typedef enum { '#telephony_network_rssi_e' will be delivered in notification data @n Privilege : http://tizen.org/privilege/telephony */ TELEPHONY_NOTI_NETWORK_NETWORK_NAME, /**< Notification to be invoked when the network name changes. @n - 'network_name(char *)' wil be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n + 'network_name(char *)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n Privilege : http://tizen.org/privilege/telephony */ TELEPHONY_NOTI_NETWORK_PS_TYPE, /**< Notification to be invoked when the ps type changes. @n '#telephony_network_ps_type_e' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n Privilege : http://tizen.org/privilege/telephony */ TELEPHONY_NOTI_NETWORK_DEFAULT_DATA_SUBSCRIPTION, /**< Notification to be invoked when the default data subscription changes. @n - '#telephony_network_default_data_subs_e' wil be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n + '#telephony_network_default_data_subs_e' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n Privilege : http://tizen.org/privilege/telephony */ TELEPHONY_NOTI_NETWORK_DEFAULT_SUBSCRIPTION, /**< Notification to be invoked when the default subscription changes. @n '#telephony_network_default_subs_e' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n @@ -146,7 +146,7 @@ typedef enum { TELEPHONY_NOTI_VOICE_CALL_STATUS_DIALING, /**< Notification to be invoked when a voice call is in dialing status. @n 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n Privilege : http://tizen.org/privilege/telephony */ - TELEPHONY_NOTI_VOICE_CALL_STATUS_ALERTING, /**< Notification to be invoked when a voice call is in alertingstatus. @n + TELEPHONY_NOTI_VOICE_CALL_STATUS_ALERTING, /**< Notification to be invoked when a voice call is in alerting status. @n 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n Privilege : http://tizen.org/privilege/telephony */ TELEPHONY_NOTI_VOICE_CALL_STATUS_INCOMING, /**< Notification to be invoked when a voice call is in incoming status. @n @@ -186,7 +186,7 @@ typedef void (*telephony_noti_cb)(telephony_h handle, telephony_noti_e noti_id, * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * - * @remarks An application should have the privilege corresponding to each notificaiton ID. \n + * @remarks An application should have the privilege corresponding to each notification ID. \n * Please see the #telephony_noti_e to know the privilege. \n * If an application has no proper privilege, callback will not be invoked although API returns success. * diff --git a/packaging/capi-telephony.spec b/packaging/capi-telephony.spec index 98deba8..150e412 100644 --- a/packaging/capi-telephony.spec +++ b/packaging/capi-telephony.spec @@ -1,6 +1,6 @@ Name: capi-telephony Summary: Telephony Core API -Version: 0.1.78 +Version: 0.1.79 Release: 1 Group: System/Libraries License: Apache-2.0 -- 2.7.4