diff options
Diffstat (limited to 'include/evemu.h')
-rw-r--r-- | include/evemu.h | 2 |
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. * |