diff options
author | luz.paz <[email protected]> | 2018-02-07 10:54:59 -0500 |
---|---|---|
committer | Scott <[email protected]> | 2018-02-20 18:10:44 +0000 |
commit | 2d1c8541460c2b63d46eb1a278adacee14a55556 (patch) | |
tree | baf9c409edfb51f1a2b649b1f6e2291ff0524b76 /macosx/HBHUD.h | |
parent | 5ce54df39b61c5b104f83d7ce291e67eada56efc (diff) |
Misc. typos
Found via `codespell -q 3 --skip="./gtk/po`
Diffstat (limited to 'macosx/HBHUD.h')
-rw-r--r-- | macosx/HBHUD.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBHUD.h b/macosx/HBHUD.h index d10e42f69..a46c02aa9 100644 --- a/macosx/HBHUD.h +++ b/macosx/HBHUD.h @@ -11,7 +11,7 @@ - (BOOL)canBeHidden; // Responder chains is nice and good, but NSViewController -// are not automatically insterted in the responder chain prior 10.10 +// are not automatically inserted in the responder chain prior 10.10 // and are removed when the view is hidden, so let's deliver the // events manually. |