[client] config: Correct spelling in win:setGuestRes

Misspelled word "resoution" corrected to "resolution"
This commit is contained in:
Jonathan Rubenstein
2025-07-11 21:50:04 +03:00
committed by Geoffrey McRae
parent 6a6cfadbf2
commit 2c648b99ad

View File

@@ -224,7 +224,7 @@ static struct Option options[] =
.module = "win", .module = "win",
.name = "setGuestRes", .name = "setGuestRes",
.description = "On window size change, request the guest to match" .description = "On window size change, request the guest to match"
" resoution (if supported by the guest, currently LG IDD only)", " resolution (if supported by the guest, currently LG IDD only)",
.type = OPTION_TYPE_BOOL, .type = OPTION_TYPE_BOOL,
.value.x_bool = true, .value.x_bool = true,
}, },