spelling: toggle (#3749)

This commit is contained in:
Josh Soref
2020-05-26 14:12:20 -04:00
committed by GitHub
parent 85f7d19eb2
commit 30dff09d7e
14 changed files with 69 additions and 69 deletions

View File

@@ -81,7 +81,7 @@ IFACEMETHODIMP_(bool) FancyZonesSettings::GetConfig(_Out_ PWSTR buffer, _Out_ in
for (auto const& setting : m_configBools)
{
settings.add_bool_toogle(setting.name, setting.resourceId, *setting.value);
settings.add_bool_toggle(setting.name, setting.resourceId, *setting.value);
}
settings.add_color_picker(m_zoneHiglightName, IDS_SETTING_DESCRIPTION_ZONEHIGHLIGHTCOLOR, m_settings.zoneHightlightColor);