From 382751ff72ca840be8b4c01097e02250204d7052 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 21 Apr 2014 19:20:42 +0200 Subject: [PATCH] Fix doc typo The infinitive reads a bit odd there. Signed-off-by: Carlos Garnacho Signed-off-by: Peter Hutterer --- src/libinput.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libinput.h b/src/libinput.h index 8b5e7375..85c7d717 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -830,7 +830,7 @@ libinput_path_create_context(const struct libinput_interface *interface, * @return The newly initiated device on success, or NULL on failure. * * @note It is an application bug to call this function on a libinput - * context initialize with libinput_udev_create_for_seat(). + * context initialized with libinput_udev_create_for_seat(). */ struct libinput_device * libinput_path_add_device(struct libinput *libinput, @@ -852,7 +852,7 @@ libinput_path_add_device(struct libinput *libinput, * @param device A libinput device * * @note It is an application bug to call this function on a libinput - * context initialize with libinput_udev_create_for_seat(). + * context initialized with libinput_udev_create_for_seat(). */ void libinput_path_remove_device(struct libinput_device *device);