mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-09-02 21:30:52 +00:00
[client] config: Correct spelling in win:setGuestRes
Misspelled word "resoution" corrected to "resolution"
This commit is contained in:

committed by
Geoffrey McRae

parent
6a6cfadbf2
commit
2c648b99ad
@@ -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,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user