mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] typo in config help text
This commit is contained in:
parent
5e201a32ca
commit
f4fc1eb5f6
@ -138,7 +138,7 @@ static struct Option options[] =
|
|||||||
{
|
{
|
||||||
.module = "win",
|
.module = "win",
|
||||||
.name = "allowResize",
|
.name = "allowResize",
|
||||||
.description = "Aallow the window to be manually resized",
|
.description = "Allow the window to be manually resized",
|
||||||
.shortopt = 'n',
|
.shortopt = 'n',
|
||||||
.type = OPTION_TYPE_BOOL,
|
.type = OPTION_TYPE_BOOL,
|
||||||
.value.x_bool = true,
|
.value.x_bool = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user