[client] typo in config help text

This commit is contained in:
Geoffrey McRae 2019-05-27 18:38:01 +10:00
parent 5e201a32ca
commit f4fc1eb5f6

View File

@ -138,7 +138,7 @@ static struct Option options[] =
{
.module = "win",
.name = "allowResize",
.description = "Aallow the window to be manually resized",
.description = "Allow the window to be manually resized",
.shortopt = 'n',
.type = OPTION_TYPE_BOOL,
.value.x_bool = true,