Commit aae2f9c4 by Anton Konovalov Committed by Sebastián Katzer

Fix typos

parent 4be2a8a2
...@@ -906,7 +906,7 @@ ...@@ -906,7 +906,7 @@
} }
/** /**
* Called on otification settings registration is completed. * Called on notification settings registration is completed.
*/ */
- (void) didRegisterUserNotificationSettings:(UIUserNotificationSettings*)settings - (void) didRegisterUserNotificationSettings:(UIUserNotificationSettings*)settings
{ {
...@@ -917,7 +917,7 @@ ...@@ -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. * before the app terminates.
*/ */
- (void) onAppTerminate - (void) onAppTerminate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment