From dc547ea1fcfbcdce27efdf6d7571981e273c617e Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sun, 16 Apr 2023 19:30:57 +0200 Subject: [PATCH] Fix a typo in usb-spec.h Rigth => Right Signed-off-by: Aurelien Jarno --- usb-spec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb-spec.h b/usb-spec.h index 8a917e2..1fab4a7 100644 --- a/usb-spec.h +++ b/usb-spec.h @@ -590,7 +590,7 @@ static struct genericstrtable hutus[] = { NULL, (0x07 << 16) + 0x0e3, "GUI Left" }, { NULL, (0x07 << 16) + 0x0e4, "Control Right" }, { NULL, (0x07 << 16) + 0x0e5, "Shift Right" }, - { NULL, (0x07 << 16) + 0x0e6, "Alt Rigth" }, + { NULL, (0x07 << 16) + 0x0e6, "Alt Right" }, { NULL, (0x07 << 16) + 0x0e7, "GUI Right" }, { NULL, (0x08 << 16) + 0x000, "Undefined" }, { NULL, (0x08 << 16) + 0x001, "NumLock" },