From 630b9ebb6ba7fcde65c3e15be696b8f259d0b5e9 Mon Sep 17 00:00:00 2001 From: Steven Fisher Date: Wed, 18 Mar 2015 16:11:51 -0700 Subject: [PATCH] Every time is two words. Not important, but removes a false positive from spellchecks. --- Classes/BITAuthenticator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITAuthenticator.h b/Classes/BITAuthenticator.h index e9e860d074..e740a2c9e2 100644 --- a/Classes/BITAuthenticator.h +++ b/Classes/BITAuthenticator.h @@ -101,7 +101,7 @@ typedef NS_ENUM(NSUInteger, BITAuthenticatorAppRestrictionEnforcementFrequency) */ BITAuthenticatorAppRestrictionEnforcementOnFirstLaunch, /** - * Checks if the user is allowed to use the app everytime the app becomes active + * Checks if the user is allowed to use the app every time the app becomes active */ BITAuthenticatorAppRestrictionEnforcementOnAppActive, };