Correct typo in command line argument string.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 15 May 2009 22:55:52 +0000 (06:55 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 15 May 2009 22:55:52 +0000 (06:55 +0800)
Thanks to Michel Boaventura for reporting this.

src/ui/terminal/main.c

index a1f201697193e04282e5726fc3b4493050fecbb1..af8f7f2dd4df9828361a1dccfdb54d09473875b9 100644 (file)
@@ -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);