Change enum's name for display application list 43/118943/3
authorMyungki Lee <mk5004.lee@samsung.com>
Wed, 15 Mar 2017 01:22:38 +0000 (10:22 +0900)
committerMyungKi Lee <mk5004.lee@samsung.com>
Wed, 22 Mar 2017 06:06:44 +0000 (23:06 -0700)
- _notificaton_display_applist -> _notification_display_applist

Change-Id: I6c6c3c659a69da58f9abf63f608ce053e6803286
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
include/notification_type.h

index 1dba207..7540a5a 100644 (file)
@@ -273,7 +273,7 @@ enum _notification_property {
  * @brief Enumeration for display application list.
  * @since_tizen @if WEARABLE 2.3.1 @elseif MOBILE 2.3 @endif
  */
-enum _notificaton_display_applist {
+enum _notification_display_applist {
        NOTIFICATION_DISPLAY_APP_NOTIFICATION_TRAY = 0x00000001, /**< Notification Tray(Quickpanel) */
        NOTIFICATION_DISPLAY_APP_TICKER = 0x00000002, /**< Ticker notification */
        NOTIFICATION_DISPLAY_APP_LOCK = 0x00000004, /**< Lock screen */