From b3903eedc787e459c2430e563ccab722efcb845d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 25 Jun 2013 14:48:07 +0200 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/argparser.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/argparser.c') diff --git a/src/argparser.c b/src/argparser.c index aa7bfe1..8472505 100644 --- a/src/argparser.c +++ b/src/argparser.c @@ -94,7 +94,7 @@ long args_program_dispose; /** * Short, single-line, description of the program */ -char* args_dscription; +char* args_description; /** * Formated, multi-line, usage text, `null` if none @@ -104,7 +104,7 @@ char* args_usage; /** * Long, multi-line, description of the program, `null` if none */ -char* args_longdscription; +char* args_longdescription; /** * The error output stream @@ -198,9 +198,9 @@ extern void args_init(char* description, char* usage, char* longdscription, char args_program = "?"; args_program_dispose = false; } - args_dscription = description; + args_description = description; args_usage = usage; - args_longdscription = longdescription; + args_longdescription = longdescription; args_out = usestderr ? stderr : stdout; args_arguments_count = args_unrecognised_count = args_files_count = 0; args_files = args_arguments = null; -- cgit v1.2.3-70-g09d2