Skip to content

Commit

Permalink
Fix deprecated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsrutek committed May 30, 2024
1 parent fadd978 commit e8713c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Crashlytics/Crashlytics/FIRCrashlytics.m
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ - (void)setCustomKeysAndValues:(NSDictionary *)keysAndValues {
}

#pragma mark - API: Development Platform
// These two methods are depercated by our own API, so
// These two methods are deprecated by our own API, so
// its ok to implement them
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-implementations"
Expand Down

0 comments on commit e8713c8

Please sign in to comment.