Anton Konovalov 8 роки тому
батько
коміт
410470e85f
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/ios/APPLocalNotification.m

+ 2 - 2
src/ios/APPLocalNotification.m

@@ -906,7 +906,7 @@
 }
 
 /**
- * Called on otification settings registration is completed.
+ * Called on notification settings registration is completed.
  */
 - (void) didRegisterUserNotificationSettings:(UIUserNotificationSettings*)settings
 {
@@ -917,7 +917,7 @@
 }
 
 /**
- * Clears all single repeating notifications which are older then 5 days
+ * Cancels all single non-repeating notifications which are older then 5 days
  * before the app terminates.
  */
 - (void) onAppTerminate