aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2017-12-01 15:32:25 -0800
committerGravatar GitHub <noreply@github.com>2017-12-01 15:32:25 -0800
commit0fca3573986f7ea8b715237c87fd7ebec42b4277 (patch)
treee9040e2a8daaeed9bd3199bb4d368a545c5ea4e4 /Firebase/Auth
parent03b45533dbb8942c7b4aba54daa8c14b433d664e (diff)
Fixes small typo in comments (#524)
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/Source/FIRAuthErrorUtils.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/FIRAuthErrorUtils.m b/Firebase/Auth/Source/FIRAuthErrorUtils.m
index 544fc5d..3748048 100644
--- a/Firebase/Auth/Source/FIRAuthErrorUtils.m
+++ b/Firebase/Auth/Source/FIRAuthErrorUtils.m
@@ -111,7 +111,7 @@ static NSString *const kFIRAuthErrorMessageTooManyRequests = @"We have blocked a
"this device due to unusual activity. Try again later.";
/** @var kFIRAuthErrorMessageAccountExistsWithDifferentCredential
- @brief Message for @c FIRAuthErrorCodeAccountLinkNeeded error code.
+ @brief Message for @c FIRAuthErrorCodeAccountExistsWithDifferentCredential error code.
*/
static NSString *const kFIRAuthErrorMessageAccountExistsWithDifferentCredential = @"An account "
"already exists with the same email address but different sign-in credentials. Sign in using a "