summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-07-22 17:30:13 +0900
committerseungha.son <seungha.son@samsung.com>2016-07-22 17:31:04 +0900
commit8ee7df8c6bdff105eaf2c2a0ec96a33e4f5ecdda (patch)
tree47ca8cfc313a7e82180a0a631a2eb0ae002c4fc1
parentd9bc1464305faadf499c3d46d5346f70dfde914b (diff)
downloadnotification-8ee7df8c6bdff105eaf2c2a0ec96a33e4f5ecdda.tar.gz
notification-8ee7df8c6bdff105eaf2c2a0ec96a33e4f5ecdda.tar.bz2
notification-8ee7df8c6bdff105eaf2c2a0ec96a33e4f5ecdda.zip
Fix wrong spelling in error comment
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: I063cc08a7615f1fde2533b911abfd2d6e83f46ab
-rw-r--r--include/notification_error.h2
1 files changed, 1 insertions, 1 deletions
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;