summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2018-03-05 13:25:31 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2018-03-05 13:49:53 +0900
commit954eb9a4f20d2148cb47d12044fec7a6c09c499c (patch)
tree2be940b7733c4c0b49de7b8c5038a705fbbde0a5
parentf90f45df27ee0b522bec4efc590ace5649e80bb5 (diff)
downloadnotification-954eb9a4f20d2148cb47d12044fec7a6c09c499c.tar.gz
notification-954eb9a4f20d2148cb47d12044fec7a6c09c499c.tar.bz2
notification-954eb9a4f20d2148cb47d12044fec7a6c09c499c.zip
Fix a typo
Change-Id: I32d7e2996b425d7a53e76a8d89083d181ebc945a Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--include/notification_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/notification_type.h b/include/notification_type.h
index 38233b9..ff5e1ac 100644
--- a/include/notification_type.h
+++ b/include/notification_type.h
@@ -43,7 +43,7 @@ extern "C" {
* @addtogroup NOTIFICATION_MODULE
* @{
*/
-#define NOTIFICATION_DO_NOT_SHOW_TIME_STAMP -1 /**< Do not show time stamp on the notificaion. Could be passed as a argument of notification_set_time() */
+#define NOTIFICATION_DO_NOT_SHOW_TIME_STAMP -1 /**< Do not show time stamp on the notification. Could be passed as a argument of notification_set_time() */
/**
@@ -64,7 +64,7 @@ typedef enum _notification_ly_type {
/**
- * @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 {