Every time is two words.

Not important, but removes a false positive from spellchecks.
This commit is contained in:
Steven Fisher 2015-03-18 16:11:51 -07:00
parent da790ac865
commit 630b9ebb6b

View File

@ -101,7 +101,7 @@ typedef NS_ENUM(NSUInteger, BITAuthenticatorAppRestrictionEnforcementFrequency)
*/ */
BITAuthenticatorAppRestrictionEnforcementOnFirstLaunch, 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, BITAuthenticatorAppRestrictionEnforcementOnAppActive,
}; };