diff options
-rwxr-xr-x | include/notification.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <notification.h> { - notificaton_h noti = NULL; + notification_h noti = NULL; int noti_err = NOTIFICATION_ERROR_NONE; // Do something |