summaryrefslogtreecommitdiff
path: root/libevdev
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-06-12 08:16:12 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-06-12 08:55:42 +1000
commit4d745caab489e4cb60f75e785e16b965a7fc65a7 (patch)
treeb11b5ccae56111cbecfdde27b7f2b0f4cef62eef /libevdev
parent1300c237924e85fb6cb5f078849e2da28f393978 (diff)
downloadlibevdev-4d745caab489e4cb60f75e785e16b965a7fc65a7.tar.gz
doc: fix a typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'libevdev')
-rw-r--r--libevdev/libevdev.h2
1 files changed, 1 insertions, 1 deletions
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</code> 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
*