Fixed a typo

pull/1053/head^2
Morgan Pretty 5 months ago
parent 1fd673fc24
commit cc102edc26

@ -32,7 +32,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Just in case we are running automated tests we should process environment variables // Just in case we are running automated tests we should process environment variables
// before we do anything else // before we do anything else
DeveloperSettingsViewModel.processUnitTestEnvVaraiblesIfNeeded() DeveloperSettingsViewModel.processUnitTestEnvVariablesIfNeeded()
Log.info("[AppDelegate] didFinishLaunchingWithOptions called.") Log.info("[AppDelegate] didFinishLaunchingWithOptions called.")
startTime = CACurrentMediaTime() startTime = CACurrentMediaTime()

@ -553,7 +553,7 @@ class DeveloperSettingsViewModel: SessionTableViewModel, NavigatableStateHolder,
// MARK: - Automated Test Convenience // MARK: - Automated Test Convenience
extension DeveloperSettingsViewModel { extension DeveloperSettingsViewModel {
static func processUnitTestEnvVaraiblesIfNeeded() { static func processUnitTestEnvVariablesIfNeeded() {
#if targetEnvironment(simulator) #if targetEnvironment(simulator)
enum EnvironmentVariable: String { enum EnvironmentVariable: String {
case animationsEnabled case animationsEnabled

Loading…
Cancel
Save