From 9f8b9f5f532edcc2698e2ffca9d19bb1bf6054cc Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 4 Sep 2020 09:54:49 +1000 Subject: [PATCH] doc: fix a wrongly named parameter Signed-off-by: Peter Hutterer --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index 6f12c66..8ad644e 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -5053,7 +5053,7 @@ libinput_device_config_accel_get_profiles(struct libinput_device *device); * mode. * * @param device The device to configure - * @param mode The mode to set the device to. + * @param profile The profile to set the device to. * * @return A config status code * -- 2.7.4