Fix mispelling in help output. (#53952, Skip Montanaro)

Thu May 31 17:56:47 2001  Owen Taylor  <otaylor@redhat.com>

	* gobject-query.c: Fix mispelling in help output.
	(#53952, Skip Montanaro)
This commit is contained in:
Owen Taylor 2001-05-31 21:57:35 +00:00 committed by Owen Taylor
parent 08e47ea9f4
commit 1fb8a98a89
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Thu May 31 17:56:47 2001 Owen Taylor <otaylor@redhat.com>
* gobject-query.c: Fix mispelling in help output.
(#53952, Skip Montanaro)
2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am (EXTRA_DIST): Really distribute glib-mkenums, now

View File

@ -105,9 +105,9 @@ help (gchar *arg)
fprintf (stderr, " -r specifiy root type\n");
fprintf (stderr, " -n don't descend type tree\n");
fprintf (stderr, " -h guess what ;)\n");
fprintf (stderr, " -b specifiy indent string\n");
fprintf (stderr, " -i specifiy incremental indent string\n");
fprintf (stderr, " -s specifiy line spacing\n");
fprintf (stderr, " -b specify indent string\n");
fprintf (stderr, " -i specify incremental indent string\n");
fprintf (stderr, " -s specify line spacing\n");
fprintf (stderr, "qualifiers:\n");
fprintf (stderr, " froots iterate over fundamental roots\n");
fprintf (stderr, " tree print BSE type tree\n");