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

Commit 4a37814

Browse files
committed
Fixing comment typos
1 parent 4694db5 commit 4a37814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodePush.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ @implementation CodePush {
1515

1616
static BOOL usingTestFolder = NO;
1717

18-
// These keys represent the names we use to store data in NSUserDdefaults
18+
// These keys represent the names we use to store data in NSUserDefaults
1919
static NSString *const FailedUpdatesKey = @"CODE_PUSH_FAILED_UPDATES";
2020
static NSString *const PendingUpdateKey = @"CODE_PUSH_PENDING_UPDATE";
2121

@@ -24,7 +24,7 @@ @implementation CodePush {
2424
static NSString *const PendingUpdateHashKey = @"hash";
2525
static NSString *const PendingUpdateIsLoadingKey = @"isLoading";
2626

27-
// These keys are used to inspect/augment the metada
27+
// These keys are used to inspect/augment the metadata
2828
// that is associated with an update's package.
2929
static NSString *const PackageHashKey = @"packageHash";
3030
static NSString *const PackageIsPendingKey = @"isPending";

0 commit comments

Comments
 (0)