@@ -73,7 +73,7 @@ + (NSString *)getDocumentsDirectory
73
73
/*
74
74
* This method cancels the currently running rollback
75
75
* timer, which has the effect of stopping an automatic
76
- * rollback from occuring .
76
+ * rollback from occurring .
77
77
*
78
78
* Note: This method is safe to call from any thread.
79
79
*/
@@ -85,9 +85,9 @@ - (void)cancelRollbackTimer
85
85
}
86
86
87
87
/*
88
- * This method checks to see whether a "pending udpate " has been applied
88
+ * This method checks to see whether a "pending update " has been applied
89
89
* (e.g. install was called with a non-immediate mode), but the app hasn't
90
- * yet been restarted (either naturally or synthentically ). If there is one,
90
+ * yet been restarted (either naturally or programmatically ). If there is one,
91
91
* it will restart the app (if specified), and start the rollback timer.
92
92
*
93
93
* Note: This method is safe to call from any thread.
@@ -179,8 +179,8 @@ - (instancetype)init
179
179
}
180
180
181
181
/*
182
- * This method performs the actual initialization work for a update
183
- * to ensure that the neccessary state is setup, including:
182
+ * This method performs the actual initialization work for an update
183
+ * to ensure that the necessary state is setup, including:
184
184
* --------------------------------------------------------
185
185
* 1. Updating the current bundle URL to point at the latest update on disk
186
186
* 2. Optionally restarting the app to load the new bundle
0 commit comments