aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-06-02 14:50:03 -0700
committerGravatar Morgan Chen <morganchen12@gmail.com>2017-06-02 14:50:03 -0700
commit9ff0a47d9086a94df913abd5410d9d118ba36449 (patch)
tree690dc74c788ecb824816c6f7f9d64758e80c472b
parentbc4667ff58c5a2a433f8454fde6744401ed46eb0 (diff)
Fix a typo (#62)
-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.");
}
});