From 523532a52d1dbec6f94ae7b07c1473b9f432f03c Mon Sep 17 00:00:00 2001 From: Jimmy Date: Wed, 13 Jul 2022 23:02:37 +0300 Subject: [PATCH] GUACAMOLE-1636: Fix a typo mistake `offscren`. --- src/protocols/rdp/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/rdp/settings.c b/src/protocols/rdp/settings.c index acd00446..32ca8fc2 100644 --- a/src/protocols/rdp/settings.c +++ b/src/protocols/rdp/settings.c @@ -361,7 +361,7 @@ enum RDP_ARGS_IDX { IDX_DISABLE_BITMAP_CACHING, /** - * "true" if the offscreen caching should be disabled, false if offscren + * "true" if the offscreen caching should be disabled, false if offscreen * caching should remain enabled. */ IDX_DISABLE_OFFSCREEN_CACHING,