summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 11:28:20 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 11:28:20 -0800
commit8104e36c6121375e2a7233a6c1a39de892839558 (patch)
tree4e673c459d57860e29242014d41e4e86bf791e67
parent61c24f539463d9bebc4044bba776652306b7c0db (diff)
downloadxorg-driver-xf86-input-keyboard-8104e36c6121375e2a7233a6c1a39de892839558.tar.gz
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md2
-rw-r--r--src/atKeynames.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0df4330..d5da4a0 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
-The master development code repository can be found at:
+The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/driver/xf86-input-keyboard
diff --git a/src/atKeynames.h b/src/atKeynames.h
index d114753..64e3554 100644
--- a/src/atKeynames.h
+++ b/src/atKeynames.h
@@ -75,7 +75,7 @@
* Set2 sends a makecode for keypress, and the same code prefixed by a
* F0 for keyrelease. This is a little bit ugly to handle. Thus we use
* here for X386 the PC/XT compatible Set1. This set uses 8bit scancodes.
- * Bit 7 ist set if the key is released. The code E0 switches to a
+ * Bit 7 is set if the key is released. The code E0 switches to a
* different meaning to add the new MF cursorkeys, while not breaking old
* applications. E1 is another special prefix. Since I assume that there
* will be further versions of PC/XT scancode compatible keyboards, we
@@ -183,7 +183,7 @@
#define KEY_F12 /* F12 0x58 */ 88
#define KEY_Prefix0 /* special 0x60 */ 96
-#define KEY_Prefix1 /* specail 0x61 */ 97
+#define KEY_Prefix1 /* special 0x61 */ 97
/*
* The 'scancodes' below are generated by the server, because the MF101/102