From 8ee7df8c6bdff105eaf2c2a0ec96a33e4f5ecdda Mon Sep 17 00:00:00 2001 From: "seungha.son" Date: Fri, 22 Jul 2016 17:30:13 +0900 Subject: [PATCH] Fix wrong spelling in error comment Signed-off-by: seungha.son Change-Id: I063cc08a7615f1fde2533b911abfd2d6e83f46ab --- include/notification_error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notification_error.h b/include/notification_error.h index 317ef18..4d841a2 100644 --- a/include/notification_error.h +++ b/include/notification_error.h @@ -42,7 +42,7 @@ typedef enum _notification_error { NOTIFICATION_ERROR_ALREADY_EXIST_ID = TIZEN_ERROR_NOTIFICATION | 0x02, /**< Already exist private ID */ NOTIFICATION_ERROR_FROM_DBUS = TIZEN_ERROR_NOTIFICATION | 0x03, /**< Error from DBus */ NOTIFICATION_ERROR_NOT_EXIST_ID = TIZEN_ERROR_NOTIFICATION | 0x04, /**< Not exist private ID */ - NOTIFICATION_ERROR_SERVICE_NOT_READY = TIZEN_ERROR_NOTIFICATION | 0x05, /**< No reponse from notification service */ + NOTIFICATION_ERROR_SERVICE_NOT_READY = TIZEN_ERROR_NOTIFICATION | 0x05, /**< No response from notification service */ NOTIFICATION_ERROR_INVALID_OPERATION = TIZEN_ERROR_INVALID_OPERATION, /**< Function not implemented (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) */ } notification_error_e; -- 2.7.4