diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-06-16 15:19:03 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-10 12:32:13 -0800 |
commit | a9b3ddf3c990ff6100aa8151ce9e6131b925d5dd (patch) | |
tree | ce37de4ae0a41312c6f0fc19f50f8622a44fcf1e /include/X11/XF86keysym.h | |
parent | 641db34376d18ed5b76ff8883284bef4898d71be (diff) |
Assorted typo fixes in headers
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/X11/XF86keysym.h')
-rw-r--r-- | include/X11/XF86keysym.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/X11/XF86keysym.h b/include/X11/XF86keysym.h index c0d12c1..771fbb0 100644 --- a/include/X11/XF86keysym.h +++ b/include/X11/XF86keysym.h @@ -117,12 +117,12 @@ #define XF86XK_Explorer 0x1008FF5D /* Launch file explorer */ #define XF86XK_Game 0x1008FF5E /* Launch game */ #define XF86XK_Go 0x1008FF5F /* Go to URL */ -#define XF86XK_iTouch 0x1008FF60 /* Logitch iTouch- don't use */ +#define XF86XK_iTouch 0x1008FF60 /* Logitech iTouch- don't use */ #define XF86XK_LogOff 0x1008FF61 /* Log off system */ #define XF86XK_Market 0x1008FF62 /* ?? */ #define XF86XK_Meeting 0x1008FF63 /* enter meeting in calendar */ -#define XF86XK_MenuKB 0x1008FF65 /* distingush keyboard from PB */ -#define XF86XK_MenuPB 0x1008FF66 /* distinuish PB from keyboard */ +#define XF86XK_MenuKB 0x1008FF65 /* distinguish keyboard from PB */ +#define XF86XK_MenuPB 0x1008FF66 /* distinguish PB from keyboard */ #define XF86XK_MySites 0x1008FF67 /* Favourites */ #define XF86XK_New 0x1008FF68 /* New (folder, document... */ #define XF86XK_News 0x1008FF69 /* News */ |