Fix typo in header description 69/171469/1 accepted/tizen/unified/20180305.152630 submit/tizen/20180305.072954
authorsinikang <sinikang@samsung.com>
Mon, 5 Mar 2018 05:33:13 +0000 (14:33 +0900)
committersinikang <sinikang@samsung.com>
Mon, 5 Mar 2018 05:33:13 +0000 (14:33 +0900)
Change-Id: I2d873d901dec47bbb19e9b0316ba8f4d88a37160

include/telephony_common.h
packaging/capi-telephony.spec

index 2ee7263082070a8dc7ab3ee9bb5ae280a28b7b60..61c06b8f912b8973ba295792d9a1eac30d4a6130 100644 (file)
@@ -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.
  *
index 98deba81d4ea02cf625f4cdc1faa5f0be574457e..150e4125d6e61d5680fda1484de8fe9b935608df 100644 (file)
@@ -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