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 <[email protected]> --- Just sending this to the list as a sort-of heads-up. include/libinput-properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libinput-properties.h b/include/libinput-properties.h index e405453..8c6942d 100644 --- a/include/libinput-properties.h +++ b/include/libinput-properties.h @@ -147,7 +147,7 @@ /* 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" /* Number of modes each pad mode group has available: CARD8, one for each * pad mode group, read-only. -- 2.7.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
