From 6ec762fdec239cf5bdde018c22575a09d0921853 Mon Sep 17 00:00:00 2001 From: David Fort Date: Tue, 9 May 2023 23:32:15 +0200 Subject: [PATCH] fix typo --- include/freerdp/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freerdp/input.h b/include/freerdp/input.h index 9d99a0992..57a78f18c 100644 --- a/include/freerdp/input.h +++ b/include/freerdp/input.h @@ -33,7 +33,7 @@ #define KBD_FLAGS_DOWN \ 0x4000 /**< Presence of this flag indicates the key was already down previously */ #define KBD_FLAGS_RELEASE \ - 0x8000 /**< Presence of this flag inidcates a key was released. Absence a key press */ + 0x8000 /**< Presence of this flag indicates a key was released. Absence a key press */ /* Pointer Flags */ #define PTR_FLAGS_HWHEEL 0x0400