From b30c0df468862bdbe5f6f9a3bc2641918f005b50 Mon Sep 17 00:00:00 2001 From: Stephan Diederich Date: Thu, 19 Sep 2013 13:33:56 +0200 Subject: [PATCH] fix typo --- Classes/BITAuthenticator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }