From 951ab12afe4e192232aab979db87a14a1b8d2260 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Wed, 3 Jul 2024 15:10:13 +0200 Subject: [PATCH] Fix typo in documentation comment Part-of: --- src/libinput.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libinput.h b/src/libinput.h index f7bd3cf5..1a9d4f29 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -6598,11 +6598,11 @@ libinput_tablet_tool_config_pressure_range_is_available(struct libinput_tablet_t * pressure of the given minimum value maps into a logical pressure of 0.0 (as * returned by libinput_event_tablet_tool_get_pressure()) and the hardware * pressure of the given maximum value is mapped into the logical pressure - * of 1.0 (as returned by . libinput_event_tablet_tool_get_pressure()) + * of 1.0 (as returned by libinput_event_tablet_tool_get_pressure()) * * The minimum value must be less than the maximum value, libinput may - * libinput may require the values to have a specific distance to each other, - * i.e. that (maximium - minimum > N) for an implementation-defined value of N. + * require the values to have a specific distance to each other, + * i.e. that (maximum - minimum > N) for an implementation-defined value of N. * * @param tool The libinput tool * @param minimum The minimum pressure value in the range [0.0, 1.0)