From 381e6ed2211c384eb0aa76b73dc89d7bb2083563 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 21 Apr 2014 19:20:41 +0200 Subject: [PATCH] Fix doc typo in function name Signed-off-by: Carlos Garnacho 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 9fe0aa30..8b5e7375 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -822,7 +822,7 @@ libinput_path_create_context(const struct libinput_interface *interface, * * If the device was successfully initialized, it is returned in the device * argument. The lifetime of the returned device pointer is limited until - * the next linput_dispatch(), use libinput_device_ref() to keep a permanent + * the next libinput_dispatch(), use libinput_device_ref() to keep a permanent * reference. * * @param libinput A previously initialized libinput context