Merge pull request #7708 from jsoref/spelling

Spelling
This commit is contained in:
Clint Rutkas
2020-11-03 16:54:00 -08:00
committed by GitHub
51 changed files with 79 additions and 79 deletions

View File

@@ -158,7 +158,7 @@ IFACEMETHODIMP_(void) FancyZonesSettings::CallCustomAction(PCWSTR action) noexce
}
catch (...)
{
// Currently only custom action comming from main PowerToys window is request to launch editor.
// Currently only custom action coming from main PowerToys window is request to launch editor.
// If new custom action is added, error message need to be modified.
std::wstring errorMessage = GET_RESOURCE_STRING(IDS_FANCYZONES_EDITOR_LAUNCH_ERROR) + L" " + NonLocalizable::PowerToysIssuesURL;
MessageBox(NULL,

View File

@@ -96,7 +96,7 @@ namespace VirtualDesktopUtils
// Second fallback scenario is to get array of virtual desktops stored in registry, but not kept per
// session. Note that we are taking first element from virtual desktop array, which is primary desktop.
// If user has more than one virtual desktop, one of previous functions should return correct value,
// as desktop switch occured in current session.
// as desktop switch occurred in current session.
else
{
std::vector<GUID> ids{};