diff --git a/Classes/BITAuthenticator.h b/Classes/BITAuthenticator.h index 1801a993ca..3ab9c0d1bf 100644 --- a/Classes/BITAuthenticator.h +++ b/Classes/BITAuthenticator.h @@ -174,7 +174,7 @@ typedef void(^tValidationCompletion)(BOOL validated, NSError *error); annotation:annotation]) { return YES; } else { - //do your own URL handling, return appropriate valu + //do your own URL handling, return appropriate value } return NO; }