diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-01-14 06:26:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 06:26:21 +0100 |
commit | e4453096d3bb0acbccb3d97e516c24ea2f713b36 (patch) | |
tree | 811244bf0cba9cdb6c5795034c097d94e2e5d1e0 /platform/linuxbsd | |
parent | d13c3c92965980aacbf94007d94a56aa92ebbb4e (diff) | |
parent | 858bcd50587c6e2effbd1173ce61656d6a3f343b (diff) |
Merge pull request #56777 from luzpaz/typos
Fix various typos
Diffstat (limited to 'platform/linuxbsd')
-rw-r--r-- | platform/linuxbsd/display_server_x11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/display_server_x11.cpp b/platform/linuxbsd/display_server_x11.cpp index 747b5beeda..c4f7a3a646 100644 --- a/platform/linuxbsd/display_server_x11.cpp +++ b/platform/linuxbsd/display_server_x11.cpp @@ -3416,7 +3416,7 @@ void DisplayServerX11::process_events() { if (mouse_mode_grab) { for (const KeyValue<WindowID, WindowData> &E : windows) { - //dear X11, I try, I really try, but you never work, you do whathever you want. + //dear X11, I try, I really try, but you never work, you do whatever you want. if (mouse_mode == MOUSE_MODE_CAPTURED) { // Show the cursor if we're in captured mode so it doesn't look weird. XUndefineCursor(x11_display, E.value.x11_window); |