summaryrefslogtreecommitdiffstats
path: root/rfb/keysym.h
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-10-09 17:13:35 +0200
committerStefan Weil <sw@weilnetz.de>2015-10-09 17:13:35 +0200
commit9c7efb7633ba62cd80c93e83284663f805bb3031 (patch)
treea462dc1715366e72e74e45dcc24f4d3a1c241772 /rfb/keysym.h
parent97f442ef2aa65ade6bea11e90054c57b90abbaca (diff)
downloadlibtdevnc-9c7efb7633ba62cd80c93e83284663f805bb3031.tar.gz
libtdevnc-9c7efb7633ba62cd80c93e83284663f805bb3031.zip
Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'rfb/keysym.h')
-rw-r--r--rfb/keysym.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rfb/keysym.h b/rfb/keysym.h
index 219f95b..92d5158 100644
--- a/rfb/keysym.h
+++ b/rfb/keysym.h
@@ -162,7 +162,7 @@ SOFTWARE.
#define XK_Zen_Koho 0xFF3D /* Multiple/All Candidate(s) */
#define XK_Mae_Koho 0xFF3E /* Previous Candidate */
-/* 0xFF31 thru 0xFF3F are under XK_KOREAN */
+/* 0xFF31 through 0xFF3F are under XK_KOREAN */
/* Cursor control & motion */
@@ -240,7 +240,7 @@ SOFTWARE.
/*
- * Auxilliary Functions; note the duplicate definitions for left and right
+ * Auxiliary Functions; note the duplicate definitions for left and right
* function keys; Sun keyboards and a few other manufactures have such
* function key groups on the left and/or right sides of the keyboard.
* We've not found a keyboard with more than 35 function keys total.