From 6d994db9d29c547cae5d493036d9d51551108211 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Wed, 13 Jul 2022 23:47:13 +0300 Subject: [PATCH] GUACAMOLE-1636: Fix a typo mistake `invokved`. --- src/protocols/rdp/channels/common-svc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/rdp/channels/common-svc.h b/src/protocols/rdp/channels/common-svc.h index 0a420bc7..4d548443 100644 --- a/src/protocols/rdp/channels/common-svc.h +++ b/src/protocols/rdp/channels/common-svc.h @@ -115,7 +115,7 @@ struct guac_rdp_common_svc { guac_rdp_common_svc_receive_handler* _receive_handler; /** - * Handler which is invokved when the SVC has been disconnected and is + * Handler which is involved when the SVC has been disconnected and is * about to be freed. */ guac_rdp_common_svc_terminate_handler* _terminate_handler;