summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-09-26 09:40:18 +1000
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2013-10-02 11:41:41 +0200
commit70bdaf1ea7745c3af5a1da38efa65b9ec0abadea (patch)
treedf5e670884a076f7c5867d1e251012a3b9e69505
parentc2492d0dbd931f1bfdf282d0d0fe9425c72f7dfc (diff)
Fix typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
-rw-r--r--include/evemu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/evemu.h b/include/evemu.h
index 790b14a..676d026 100644
--- a/include/evemu.h
+++ b/include/evemu.h
@@ -380,7 +380,7 @@ int evemu_read_event_realtime(FILE *fp, struct input_event *ev,
* @fd: file descriptor of kernel device to read from
* @ms: maximum time to wait for an event to appear before reading (ms)
*
- * Contiuously reads events from the kernel device and writes them to
+ * Continuously reads events from the kernel device and writes them to
* the file. The function terminates after ms milliseconds of
* inactivity.
*