mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-06 01:00:27 +01:00
Fix doc typo
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>
This commit is contained in:
parent
381e6ed221
commit
382751ff72
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue