Spelling: ... runner settings (#3783)

* spelling: default

* spelling: elevated

* spelling: instance

* spelling: relative
This commit is contained in:
Josh Soref
2020-05-27 11:06:50 -04:00
committed by GitHub
parent c0e62372e6
commit 0bcaa13056
12 changed files with 19 additions and 19 deletions

View File

@@ -213,7 +213,7 @@ namespace PowerToysTests
ResetSettings(_settingsFolderPath, _settingsPath, _defaultSettings, relaunch);
}
public static void ResetDefautZoneSettings(bool relaunch)
public static void ResetDefaultZoneSettings(bool relaunch)
{
ResetSettings(_settingsFolderPath, _zoneSettingsPath, _defaultZoneSettings, relaunch);
}