correct spelling mistakes for en-us :) (#2475)

This commit is contained in:
Clint Rutkas
2020-04-29 10:29:31 -07:00
committed by GitHub
parent d9c4abe0df
commit 5efa9ff0b2
7 changed files with 10 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ public:
std::unordered_map<DWORD, DWORD> singleKeyReMap;
std::mutex singleKeyReMap_mutex;
// Stores keys which need to be changed from toggle behaviour to modifier behaviour. Eg. Caps Lock
// Stores keys which need to be changed from toggle behavior to modifier behavior. Eg. Caps Lock
std::unordered_map<DWORD, bool> singleKeyToggleToMod;
std::mutex singleKeyToggleToMod_mutex;