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

Commit ad551c2

Browse files
committed
Fixing typo
1 parent 54743b3 commit ad551c2

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
@@ -113,7 +113,7 @@ - (NSDictionary *)constantsToExport
113113
- (void)dealloc
114114
{
115115
// Ensure the global resume handler is cleared, so that
116-
// this object isn't kept alive unneccesarily
116+
// this object isn't kept alive unnecessarily
117117
[[NSNotificationCenter defaultCenter] removeObserver:self];
118118
}
119119

0 commit comments

Comments
 (0)