[PATCH libinput 4/6] Fix doc typo

Carlos Garnacho carlosg at gnome.org
Mon Apr 21 10:20:42 PDT 2014


The infinitive reads a bit odd there.

Signed-off-by: Carlos Garnacho <carlosg at gnome.org>
---
 src/libinput.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libinput.h b/src/libinput.h
index 90e9fa4..57a10e4 100644
--- a/src/libinput.h
+++ b/src/libinput.h
@@ -798,7 +798,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,
@@ -820,7 +820,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);
-- 
1.9.0



More information about the wayland-devel mailing list