From 702f41ecf157f3f79bac622c481e205838673016 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Mon, 5 Mar 2018 13:25:31 +0900 Subject: [PATCH] Fix a typo Change-Id: I32d7e2996b425d7a53e76a8d89083d181ebc945a Signed-off-by: Hwankyu Jhun --- include/notification_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/notification_type.h b/include/notification_type.h index 6bb8755..ee0e82e 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 { -- 2.7.4