From 37dbcb91cd640a5555f3e22630833d70639facc7 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 30 Oct 2020 14:40:32 -0400 Subject: [PATCH] spelling: coming Signed-off-by: Josh Soref --- src/modules/fancyzones/lib/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/fancyzones/lib/Settings.cpp b/src/modules/fancyzones/lib/Settings.cpp index c696b263d3..b782d926af 100644 --- a/src/modules/fancyzones/lib/Settings.cpp +++ b/src/modules/fancyzones/lib/Settings.cpp @@ -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,