summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-09-02 16:37:40 +0200
committerGitHub <noreply@github.com>2017-09-02 16:37:40 +0200
commit2b8d379824354227efd55b23152b6165cf6338cf (patch)
treec61ea80ca6adf2a2494ffdebb0a73dd56d4e5cbc /platform
parentb4efb832a749730b924f63be073cfe80c9afc334 (diff)
parent459f526119da43efae52307a6165a8ccd5cb2288 (diff)
Merge pull request #10890 from Noshyaar/an-pr
Fix typos 'a' and 'an' [ci skip]
Diffstat (limited to 'platform')
-rw-r--r--platform/x11/os_x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/os_x11.cpp b/platform/x11/os_x11.cpp
index 2d33d25773..f96343c92c 100644
--- a/platform/x11/os_x11.cpp
+++ b/platform/x11/os_x11.cpp
@@ -1237,7 +1237,7 @@ void OS_X11::handle_key_event(XKeyEvent *p_event, bool p_echo) {
unsigned int keycode = KeyMappingX11::get_keycode(keysym_keycode);
- /* Phase 3, obtain an unicode character from the keysym */
+ /* Phase 3, obtain a unicode character from the keysym */
// KeyMappingX11 also translates keysym to unicode.
// It does a binary search on a table to translate