From 41c930adc39025b7ababf8902788a01f8502a74c Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 16 Jan 2019 21:51:15 +0100 Subject: [PATCH] Fix 'unsupported' spelling Signed-off-by: Stephen Kitt --- README.md | 2 +- src/helpers/help.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d653d4..f12eb29 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Linux led controller for Logitech G213, G410, G413, G512, G513, G610, G810, G910 `g810-led -pp < profilefile # Load a profile`
`echo -e "k w ff0000\nk a ff0000\nk s ff0000\nk d ff0000\nc" | g810-led -pp # Set multiple keys`
-## Testing unsuported keyboards :
+## Testing unsupported keyboards :
Start by retrieving the VendorID and the ProductID of your keyboard using lsusb.
`lsusb`
Sample return :
diff --git a/src/helpers/help.cpp b/src/helpers/help.cpp index 11b7b60..1425a0b 100644 --- a/src/helpers/help.cpp +++ b/src/helpers/help.cpp @@ -99,7 +99,7 @@ namespace help { cout<<" -dv\t\t\t\t\tDevice vendor ID, such as 046d for Logitech. Can be omitted to match any vendor ID"<