Fix a small typo in an alert of BITAuthenticator

This commit is contained in:
Andreas Linde 2014-09-03 14:13:59 +02:00
parent 7b61bfa2a6
commit ccd04e1bcd

View File

@ -171,7 +171,7 @@ static unsigned char kBITPNGEndChunk[4] = {0x49, 0x45, 0x4e, 0x44};
- (void) identifyWithCompletion:(void (^)(BOOL identified, NSError *))completion {
if(_authenticationController) {
BITHockeyLog(@"Authentication controller already visible. Ingoring identify request");
BITHockeyLog(@"Authentication controller already visible. Ignoring identify request");
if(completion) completion(NO, nil);
return;
}