diff --git a/Source/common/SNTConfigurator.m b/Source/common/SNTConfigurator.m index 28af7e45a..829bcb524 100644 --- a/Source/common/SNTConfigurator.m +++ b/Source/common/SNTConfigurator.m @@ -1227,7 +1227,7 @@ - (void)applyOverrides:(NSMutableDictionary *)forcedConfig { #ifdef DEBUG if ([[[NSProcessInfo processInfo] processName] isEqualToString:@"xctest"] && ![[[NSProcessInfo processInfo] environment] objectForKey:@"ENABLE_CONFIG_OVERRIDES"]) { - // By default, config overrides are not applied when runnings tests to help + // By default, config overrides are not applied when running tests to help // mitigate potential issues due to unexpected config values. This behavior // can be overriden if desired by using the env variable: `ENABLE_CONFIG_OVERRIDES`. //