Skip to content

Commit 391d9f2

Browse files
authored
Another typo (#10627)
1 parent 96d07fe commit 391d9f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAuth/Sources/Auth/FIRAuth.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,9 +773,9 @@ - (void)signInWithEmail:(NSString *)email
773773
- (void)internalSignInAndRetrieveDataWithEmail:(NSString *)email
774774
password:(NSString *)password
775775
completion:(FIRAuthDataResultCallback)completion {
776-
FIREmailPasswordAuthCredential *credentail =
776+
FIREmailPasswordAuthCredential *credential =
777777
[[FIREmailPasswordAuthCredential alloc] initWithEmail:email password:password];
778-
[self internalSignInAndRetrieveDataWithCredential:credentail
778+
[self internalSignInAndRetrieveDataWithCredential:credential
779779
isReauthentication:NO
780780
callback:completion];
781781
}

0 commit comments

Comments
 (0)