From f438a366128df327fdf5160500b0a0c955feb911 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Wed, 13 Jul 2022 23:17:50 +0300 Subject: [PATCH] GUACAMOLE-1636: Fix a typo mistake `synchonize`. --- src/protocols/rdp/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/rdp/keyboard.c b/src/protocols/rdp/keyboard.c index a8a6f8b7..c263a564 100644 --- a/src/protocols/rdp/keyboard.c +++ b/src/protocols/rdp/keyboard.c @@ -140,7 +140,7 @@ static void guac_rdp_send_unicode_event(guac_rdp_client* rdp_client, } /** - * Immediately sends an RDP synchonize event having the given flags. An RDP + * Immediately sends an RDP synchronize event having the given flags. An RDP * synchronize event sets the state of remote lock keys absolutely, where a * lock key will be active only if its corresponding flag is set in the event. *