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, };