aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2023-04-16 19:30:57 +0200
committerAurelien Jarno <aurelien@aurel32.net>2023-04-16 19:30:57 +0200
commitdc547ea1fcfbcdce27efdf6d7571981e273c617e (patch)
treebfea3c2efe87c94ccba3c9e1f0d310478ee4113b
parented23f7556dd3da4a728ec6d409cf6c265fe2a124 (diff)
downloadusbutils-dc547ea1fcfbcdce27efdf6d7571981e273c617e.tar.gz
Fix a typo in usb-spec.h
Rigth => Right Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
-rw-r--r--usb-spec.h2
1 files changed, 1 insertions, 1 deletions
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" },