From: Myungki Lee Date: Mon, 19 Sep 2016 11:01:37 +0000 (+0900) Subject: Fix typo and use upper case X-Git-Tag: accepted/tizen/common/20160922.120858~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e5a04e2c09ca4874715e58b27d43804a66af829;p=platform%2Fcore%2Fapi%2Fnotification.git Fix typo and use upper case Change-Id: I1acbe348da3c86adf266904dab6adc49a5f652e8 Signed-off-by: Myungki Lee --- 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; /**