From: seungha.son Date: Fri, 22 Jul 2016 08:30:13 +0000 (+0900) Subject: Fix wrong spelling in error comment X-Git-Tag: submit/tizen/20160803.012753~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ee7df8c6bdff105eaf2c2a0ec96a33e4f5ecdda;p=platform%2Fcore%2Fapi%2Fnotification.git Fix wrong spelling in error comment Signed-off-by: seungha.son Change-Id: I063cc08a7615f1fde2533b911abfd2d6e83f46ab --- diff --git a/include/notification_error.h b/include/notification_error.h index 317ef181..4d841a29 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;