From 1e5a04e2c09ca4874715e58b27d43804a66af829 Mon Sep 17 00:00:00 2001 From: Myungki Lee Date: Mon, 19 Sep 2016 20:01:37 +0900 Subject: Fix typo and use upper case Change-Id: I1acbe348da3c86adf266904dab6adc49a5f652e8 Signed-off-by: Myungki Lee --- include/notification_type.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/notification_type.h b/include/notification_type.h index 43e0252..3d57282 100644 --- a/include/notification_type.h +++ b/include/notification_type.h @@ -64,12 +64,11 @@ typedef enum _notification_ly_type { } notification_ly_type_e; /** - * @brief Enumeration for notification lauch option type. + * @brief Enumeration for notification launch option type. * @since_tizen @if WEARABLE 2.3.1 @elseif MOBILE 2.3 @endif */ typedef enum _notification_launch_option_type { - NOTIFICATION_LAUNCH_OPTION_APP_CONTROL = 1, - /**< launching with app control */ + NOTIFICATION_LAUNCH_OPTION_APP_CONTROL = 1, /**< Launching with app control */ } notification_launch_option_type; /** -- cgit v1.2.3