From 4d745caab489e4cb60f75e785e16b965a7fc65a7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 12 Jun 2019 08:16:12 +1000 Subject: [PATCH] doc: fix a typo Signed-off-by: Peter Hutterer --- libevdev/libevdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h index 5efef4d..32a4317 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -807,7 +807,7 @@ int libevdev_new_from_fd(int fd, struct libevdev **dev); * libevdev is invalid and must not be used. * * Note that calling libevdev_free() does not close the file descriptor - * currently asssociated with this instance. + * currently associated with this instance. * * @param dev The evdev device * -- 2.7.4