Fix spelling of anonymous.

This commit is contained in:
Steven Fisher 2015-03-16 11:53:38 -07:00
parent 0da0ceb34a
commit b4b356c5f8

View File

@ -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];