From ad86f13725ea9673d8496ba6f2945757011242a7 Mon Sep 17 00:00:00 2001 From: Myungki Lee Date: Wed, 15 Mar 2017 10:19:03 +0900 Subject: Fix typo - notificaton -> notification Change-Id: If1931e0ce5861ea1742c132735b4c0ce2fca3e90 Signed-off-by: Myungki Lee --- include/notification.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notification.h b/include/notification.h index e25be33..29422d1 100755 --- a/include/notification.h +++ b/include/notification.h @@ -1035,7 +1035,7 @@ int notification_update(notification_h noti); #include { - notificaton_h noti = NULL; + notification_h noti = NULL; int noti_err = NOTIFICATION_ERROR_NONE; // Do something -- cgit v1.2.3