[Notification/NotificationEventListener]Fix wrong spelling
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.Notification / Tizen.Applications.Notifications / NotificationStyleBinder.cs
index f84c6f7..d32b721 100755 (executable)
@@ -255,7 +255,7 @@ namespace Tizen.Applications.Notifications
                     try
                     {
                         SafeBundleHandle bundleHandle;
-                        Interop.Notification.GetExtentionData(notification.Handle, replyKey, out bundleHandle);
+                        Interop.Notification.GetExtensionData(notification.Handle, replyKey, out bundleHandle);
                         Bundle bundle = new Bundle(bundleHandle);
                         reply.ParentIndex = (ButtonIndex)int.Parse(bundle.GetItem(replyKey).ToString());
                     }