GUACAMOLE-1636: Fix a typo mistake offscren.

This commit is contained in:
Jimmy 2022-07-13 23:02:37 +03:00
parent 51c640fdbd
commit 523532a52d

View File

@ -361,7 +361,7 @@ enum RDP_ARGS_IDX {
IDX_DISABLE_BITMAP_CACHING, 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. * caching should remain enabled.
*/ */
IDX_DISABLE_OFFSCREEN_CACHING, IDX_DISABLE_OFFSCREEN_CACHING,