From f4fc1eb5f6e184acf621e70d1f51a1ddf9ecc1b9 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 27 May 2019 18:38:01 +1000 Subject: [PATCH] [client] typo in config help text --- client/src/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/config.c b/client/src/config.c index 142325dd..f01bcfe3 100644 --- a/client/src/config.c +++ b/client/src/config.c @@ -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, @@ -559,4 +559,4 @@ static char * optScancodeToString(struct Option * opt) char * str; alloc_sprintf(&str, "%d = %s", opt->value.x_int, SDL_GetScancodeName(opt->value.x_int)); return str; -} +} \ No newline at end of file