mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Spelling: ... common (#3781)
* spelling: alignment * spelling: awareness * spelling: background * spelling: bottom * spelling: buttons * spelling: comparison * spelling: cortana * spelling: exiting * spelling: initialization * spelling: middle * spelling: properly * spelling: succeeded * spelling: unknown
This commit is contained in:
@@ -17,6 +17,6 @@ namespace winrt::PowerToysNotifications::implementation
|
||||
return;
|
||||
}
|
||||
|
||||
dispatch_to_backround_handler(details.Argument());
|
||||
dispatch_to_background_handler(details.Argument());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace
|
||||
const std::unordered_map<std::wstring_view, handler_function_t> handlers_map;
|
||||
}
|
||||
|
||||
void dispatch_to_backround_handler(std::wstring_view argument)
|
||||
void dispatch_to_background_handler(std::wstring_view argument)
|
||||
{
|
||||
winrt::Windows::Foundation::WwwFormUrlDecoder decoder{ argument };
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
#include <string_view>
|
||||
|
||||
void dispatch_to_backround_handler(std::wstring_view argument);
|
||||
void dispatch_to_background_handler(std::wstring_view argument);
|
||||
|
||||
Reference in New Issue
Block a user