From b4b356c5f890ea48f703f128414a4a3d6e4c74cc Mon Sep 17 00:00:00 2001 From: Steven Fisher Date: Mon, 16 Mar 2015 11:53:38 -0700 Subject: [PATCH] Fix spelling of anonymous. --- Classes/BITCrashManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITCrashManager.m b/Classes/BITCrashManager.m index 18cc30c94e..e6b5d7a795 100644 --- a/Classes/BITCrashManager.m +++ b/Classes/BITCrashManager.m @@ -960,7 +960,7 @@ static PLCrashReporterCallbacks plCrashCallbacks = { NSString *appName = bit_appName(BITHockeyLocalizedString(@"HockeyAppNamePlaceholder")); NSString *alertDescription = [NSString stringWithFormat:BITHockeyLocalizedString(@"CrashDataFoundAnonymousDescription"), appName]; - // the crash report is not anynomous any more if username or useremail are not nil + // the crash report is not anonymous any more if username or useremail are not nil NSString *userid = [self userIDForCrashReport]; NSString *username = [self userNameForCrashReport]; NSString *useremail = [self userEmailForCrashReport];