summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-09-13 14:37:07 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-09-14 07:17:22 +1000
commit0d8d6f15e2961291c2bbf977913ba18ff20bad63 (patch)
tree282a4dee4855b7b5972fb4feb35d8b1674073019
parente85ec72025bf003cf73948d02297bf46159f1eac (diff)
Correct the horizontal scroll property name
Clear typo. Not bothering to be backwards compatible here, anything that uses the #define will update on rebuild, anyone using the string directly should've told me about the typo... Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com> (cherry picked from commit 2f1df46ba9ef91c079f6485c04ac7c5515d6057a)
-rw-r--r--include/libinput-properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libinput-properties.h b/include/libinput-properties.h
index cb3dd2f..56ee625 100644
--- a/include/libinput-properties.h
+++ b/include/libinput-properties.h
@@ -140,6 +140,6 @@
/* Horizontal scroll events enabled: BOOL, 1 value (0 or 1).
* If disabled, horizontal scroll events are discarded */
-#define LIBINPUT_PROP_HORIZ_SCROLL_ENABLED "libinput Horizonal Scroll Enabled"
+#define LIBINPUT_PROP_HORIZ_SCROLL_ENABLED "libinput Horizontal Scroll Enabled"
#endif /* _LIBINPUT_PROPERTIES_H_ */