Fix typo and use upper case 07/88507/1
authorMyungki Lee <mk5004.lee@samsung.com>
Mon, 19 Sep 2016 11:01:37 +0000 (20:01 +0900)
committerMyungki Lee <mk5004.lee@samsung.com>
Mon, 19 Sep 2016 11:01:37 +0000 (20:01 +0900)
Change-Id: I1acbe348da3c86adf266904dab6adc49a5f652e8
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
include/notification_type.h

index 43e0252..3d57282 100644 (file)
@@ -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;
 
 /**