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

@@ -451,7 +451,7 @@ public:
return 0;
}
// Function to a change a key's behaviour from toggle to modifier
// Function to a change a key's behavior from toggle to modifier
intptr_t HandleSingleKeyToggleToModEvent(LowlevelKeyboardEvent* data) noexcept
{
// Check if the key event was generated by KeyboardManager to avoid remapping events generated by us.