From 77f942711a1fc12ba156cd780c8a973e84fbbbdb Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 21 May 2019 15:51:14 +1000 Subject: [PATCH] [client] fixed typo in option description --- VERSION | 2 +- client/src/config.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 5a606dc0..00a166a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -a12-200-gdb0d966102+1 \ No newline at end of file +a12-201-ge3c98ddc35+1 \ No newline at end of file diff --git a/client/src/config.c b/client/src/config.c index 83fe34d7..baf41125 100644 --- a/client/src/config.c +++ b/client/src/config.c @@ -81,7 +81,7 @@ static struct Option options[] = { .module = "app", .name = "license", - .description = "Show the licence for this application and then terminate", + .description = "Show the license for this application and then terminate", .shortopt = 'l', .type = OPTION_TYPE_BOOL, .value.x_bool = false, @@ -388,7 +388,7 @@ bool config_load(int argc, char * argv[]) void config_free() { - option_free(); + option_free() } static void doLicense()