Fix doc typo
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 21 Apr 2014 17:20:42 +0000 (19:20 +0200)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 23 Apr 2014 00:48:30 +0000 (10:48 +1000)
The infinitive reads a bit odd there.

Signed-off-by: Carlos Garnacho <carlosg@gnome.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/libinput.h

index 8b5e7375a80f1fd6a81e44ae85ebe8b40f62baf5..85c7d71781c131c63d237bfd3615261ea24b1f90 100644 (file)
@@ -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);