aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Firebase/Auth/Source/FIRAuthNotificationManager.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/FIRAuthNotificationManager.m b/Firebase/Auth/Source/FIRAuthNotificationManager.m
index 0692562..976114b 100644
--- a/Firebase/Auth/Source/FIRAuthNotificationManager.m
+++ b/Firebase/Auth/Source/FIRAuthNotificationManager.m
@@ -115,7 +115,7 @@ static const NSTimeInterval kProbingTimeout = 1;
didReceiveRemoteNotification:proberNotification];
} else {
FIRLogError(kFIRLoggerAuth, @"I-AUT000015",
- @"The UIApplicationDelegate must handle remote notifcation for phone number "
+ @"The UIApplicationDelegate must handle remote notification for phone number "
@"authentication to work.");
}
});