Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 0d1d929

Browse files
committed
Fixing comment typo:
1 parent 6736706 commit 0d1d929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ - (CodePush *)init
7474

7575
// If the current hash is equivalent to the pending hash, then the app
7676
// restart "picked up" the new update, but we need to kick off the
77-
// rollback timer and ensure that the neccessaey state is setup.
77+
// rollback timer and ensure that the necessary state is setup.
7878
if ([pendingHash isEqualToString:currentHash]) {
7979
int rollbackTimeout = [pendingUpdate[@"rollbackTimeout"] intValue];
8080
[self initializeUpdateWithRollbackTimeout:rollbackTimeout needsRestart:NO];

0 commit comments

Comments
 (0)