1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-24 15:15:52 +01:00

Fix minor typos (#720)

Co-authored-by: freddii <https://freddii@github.com>
This commit is contained in:
freddii
2021-01-12 12:56:09 +01:00
committed by GitHub
parent 85f333a31f
commit 534359de6c
35 changed files with 46 additions and 46 deletions

View File

@@ -112,7 +112,7 @@ public:
: wxEventFilter()
{
#if defined(__WXMAC__)
// In wx3, the menu accelerators take precendence over key event processing
// In wx3, the menu accelerators take precedence over key event processing
// so we won't get wxEVT_CHAR_HOOK events for combinations assigned to menus.
// Since we only support OS X 10.6 or greater, we can use an event monitor
// to capture the key event before it gets to the normal wx3 processing.