diff --git a/src/protocols/rdp/settings.c b/src/protocols/rdp/settings.c index b259fc9d..ee659a83 100644 --- a/src/protocols/rdp/settings.c +++ b/src/protocols/rdp/settings.c @@ -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, diff --git a/src/protocols/vnc/settings.c b/src/protocols/vnc/settings.c index a7171128..725e10cb 100644 --- a/src/protocols/vnc/settings.c +++ b/src/protocols/vnc/settings.c @@ -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,