From fb4b11de434609cb396deefd0b3a2a2e6d30a349 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 2 Mar 2022 14:31:46 +1000 Subject: [PATCH] Fix a typo in the docs Signed-off-by: Peter Hutterer --- src/libeis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libeis.h b/src/libeis.h index e351b43..248aab8 100644 --- a/src/libeis.h +++ b/src/libeis.h @@ -155,7 +155,7 @@ enum eis_event_type { * * Note that a client may need to start multiple emulating sequences * simultaneously, depending on the devices it received from the - * server. For example, in a synergy-like situation, the device client + * server. For example, in a synergy-like situation, the client * may start emulating of pointer and keyboard once the remote device * logically entered the screen. *