diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-04-23 11:10:04 +1000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-03 13:53:13 -0400 |
commit | 43bca610f2d5498286e826e60ad911dd07d75240 (patch) | |
tree | 007119598447b894f2f389363d870659e341d357 | |
parent | b71f26d8f5dc91cf4ed3764d9b1a8993100184fb (diff) |
hwdb: fix typo - "sort by by..." -> "sort by..."
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | hwdb/60-evdev.hwdb | 2 | ||||
-rw-r--r-- | hwdb/70-mouse.hwdb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hwdb/60-evdev.hwdb b/hwdb/60-evdev.hwdb index 464d6bd068..815ac24511 100644 --- a/hwdb/60-evdev.hwdb +++ b/hwdb/60-evdev.hwdb @@ -37,7 +37,7 @@ # be present. e.g. ::45 sets the resolution to 45 units/mm. # -# Sort by by brand, model +# Sort by brand, model ######################################### # Apple diff --git a/hwdb/70-mouse.hwdb b/hwdb/70-mouse.hwdb index ba2f16c148..fbb2933581 100644 --- a/hwdb/70-mouse.hwdb +++ b/hwdb/70-mouse.hwdb @@ -98,7 +98,7 @@ # # -# Sort by by brand, type (usb, bluetooth), DPI, frequency. +# Sort by brand, type (usb, bluetooth), DPI, frequency. # For mice with switchable resolution, sort by the starred entry. ########################################## |