Skip to content

Commit 02d963c

Browse files
authored
Fix deprecated typo (#13037)
1 parent fadd978 commit 02d963c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crashlytics/Crashlytics/FIRCrashlytics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ - (void)setCustomKeysAndValues:(NSDictionary *)keysAndValues {
367367
}
368368

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

0 commit comments

Comments
 (0)