GUACAMOLE-1911: Fixed a typo mistake ("compresion").

This commit is contained in:
Jimmy 2024-01-21 20:59:30 -08:00
parent d1e690bd16
commit 5a328872cd
2 changed files with 2 additions and 2 deletions

View File

@ -656,7 +656,7 @@ enum RDP_ARGS_IDX {
/**
* "true" if all graphical updates for this connection should use lossless
* compresion only, "false" or blank otherwise.
* compression only, "false" or blank otherwise.
*/
IDX_FORCE_LOSSLESS,

View File

@ -378,7 +378,7 @@ enum VNC_ARGS_IDX {
/**
* "true" if all graphical updates for this connection should use lossless
* compresion only, "false" or blank otherwise.
* compression only, "false" or blank otherwise.
*/
IDX_FORCE_LOSSLESS,