From ea246471d328177efc4176d90bdb43dcd1873abb Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 13 Dec 2013 17:50:49 +1000 Subject: [PATCH] Documentation typo fix --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index c6a64abc..cd10b979 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -463,7 +463,7 @@ libinput_get_fd(struct libinput *libinput); * @ingroup base * * Main event dispatchment function. Reads events of the file descriptors - * and processes them internall. Use libinput_get_event() to retrieve the + * and processes them internally. Use libinput_get_event() to retrieve the * events. * * @param libinput A previously initialized libinput context