From: John Darrington Date: Fri, 15 May 2009 22:55:52 +0000 (+0800) Subject: Correct typo in command line argument string. X-Git-Tag: v0.7.3~122 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=72b60ca723de25361c9aeaad607bae6c77bb6f1a Correct typo in command line argument string. Thanks to Michel Boaventura for reporting this. --- diff --git a/src/ui/terminal/main.c b/src/ui/terminal/main.c index a1f20169..af8f7f2d 100644 --- a/src/ui/terminal/main.c +++ b/src/ui/terminal/main.c @@ -119,7 +119,7 @@ main (int argc, char **argv) _("Options affecting input and output locations:"), the_source_stream); command_line_processor_add_options (clp, &test_argp, - _("Diagnositic options:"), the_source_stream); + _("Diagnostic options:"), the_source_stream); command_line_processor_add_options (clp, &post_init_argp, _("Options affecting syntax and behavior:"), the_source_stream);