summaryrefslogtreecommitdiff
path: root/include/notification_type.h
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-09-19 20:01:37 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2016-09-19 20:01:37 +0900
commit1e5a04e2c09ca4874715e58b27d43804a66af829 (patch)
treefa3868577f6a3b8e838e8c8a2f6d2330d21b96c4 /include/notification_type.h
parentf91017ce082e6185d270548d2b4acd36e89f41c7 (diff)
downloadnotification-1e5a04e2c09ca4874715e58b27d43804a66af829.tar.gz
notification-1e5a04e2c09ca4874715e58b27d43804a66af829.tar.bz2
notification-1e5a04e2c09ca4874715e58b27d43804a66af829.zip
Fix typo and use upper case
Change-Id: I1acbe348da3c86adf266904dab6adc49a5f652e8 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Diffstat (limited to 'include/notification_type.h')
-rw-r--r--include/notification_type.h5
1 files 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;
/**