From 4bb6a31894092828fda0c1af988726cc45aae48b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 28 Nov 2025 11:17:20 +1000 Subject: [PATCH] doc: fix a few miss-hyphenated disable-while-typing comments Part-of: --- src/libinput.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libinput.h b/src/libinput.h index 1a8a9699..d2895d35 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -6700,7 +6700,7 @@ libinput_device_config_dwt_set_enabled(struct libinput_device *device, /** * @ingroup config * - * Check if the disable-while typing feature is currently enabled on this + * Check if the disable-while-typing feature is currently enabled on this * device. If the device does not support disable-while-typing, this * function returns @ref LIBINPUT_CONFIG_DWT_DISABLED. * @@ -6718,7 +6718,7 @@ libinput_device_config_dwt_get_enabled(struct libinput_device *device); /** * @ingroup config * - * Check if the disable-while typing feature is enabled on this device by + * Check if the disable-while-typing feature is enabled on this device by * default. If the device does not support disable-while-typing, this * function returns @ref LIBINPUT_CONFIG_DWT_DISABLED. * @@ -6796,7 +6796,7 @@ libinput_device_config_dwtp_set_enabled(struct libinput_device *device, /** * @ingroup config * - * Check if the disable-while trackpointing feature is currently enabled on + * Check if the disable-while-trackpointing feature is currently enabled on * this device. If the device does not support disable-while-trackpointing, * this function returns @ref LIBINPUT_CONFIG_DWTP_DISABLED. * @@ -6816,7 +6816,7 @@ libinput_device_config_dwtp_get_enabled(struct libinput_device *device); /** * @ingroup config * - * Check if the disable-while trackpointing feature is enabled on this device + * Check if the disable-while-trackpointing feature is enabled on this device * by default. If the device does not support disable-while-trackpointing, this * function returns @ref LIBINPUT_CONFIG_DWTP_DISABLED. *