GUACAMOLE-1636: Fix a typo mistake invokved.

This commit is contained in:
Jimmy 2022-07-13 23:47:13 +03:00
parent cba5484be0
commit 6d994db9d2

View File

@ -115,7 +115,7 @@ struct guac_rdp_common_svc {
guac_rdp_common_svc_receive_handler* _receive_handler; 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. * about to be freed.
*/ */
guac_rdp_common_svc_terminate_handler* _terminate_handler; guac_rdp_common_svc_terminate_handler* _terminate_handler;