From 2c648b99adcf0208ccbd96e3fb8de80d410da37f Mon Sep 17 00:00:00 2001 From: Jonathan Rubenstein Date: Fri, 11 Jul 2025 21:50:04 +0300 Subject: [PATCH] [client] config: Correct spelling in win:setGuestRes Misspelled word "resoution" corrected to "resolution" --- client/src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/config.c b/client/src/config.c index 1ee5ff3e..96413481 100644 --- a/client/src/config.c +++ b/client/src/config.c @@ -224,7 +224,7 @@ static struct Option options[] = .module = "win", .name = "setGuestRes", .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, .value.x_bool = true, },