Skip to content

Commit d610f4d

Browse files
authored
docs: fix the word equivalent (#14509)
1 parent fb0bd6d commit d610f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseInAppMessaging/Sources/Analytics/FIRIAMClearcutUploader.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ - (instancetype)initWithRequestSender:(FIRIAMClearcutHttpRequestSender *)request
109109
object:nil];
110110
}
111111
_userDefaults = userDefaults ? userDefaults : [GULUserDefaults standardUserDefaults];
112-
// it would be 0 if it does not exist, which is equvilent to saying that
112+
// it would be 0 if it does not exist, which is equivalent to saying that
113113
// you can send now
114114
_nextValidSendTimeInMills = (int64_t)[_userDefaults
115115
doubleForKey:FIRIAM_UserDefaultsKeyForNextValidClearcutUploadTimeInMills];

0 commit comments

Comments
 (0)