Skip to content

Commit da5a9a6

Browse files
authored
chore: fix code comment typo (#5689)
1 parent 17746dd commit da5a9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseCore/Sources/FIRApp.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ + (void)configureWithName:(NSString *)name options:(FIROptions *)options {
166166

167167
if ([name isEqualToString:kFIRDefaultAppName]) {
168168
if (sDefaultApp) {
169-
// The default app already exixts. Handle duplicate `configure` calls and return.
169+
// The default app already exists. Handle duplicate `configure` calls and return.
170170
[self appWasConfiguredTwice:sDefaultApp usingOptions:options];
171171
return;
172172
}

0 commit comments

Comments
 (0)