From: Owen Taylor Date: Thu, 31 May 2001 21:57:35 +0000 (+0000) Subject: Fix mispelling in help output. (#53952, Skip Montanaro) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1fb8a98a8997112929791ce17146fae357280b8d;p=dana%2Fcg-glib.git Fix mispelling in help output. (#53952, Skip Montanaro) Thu May 31 17:56:47 2001 Owen Taylor * gobject-query.c: Fix mispelling in help output. (#53952, Skip Montanaro) --- diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 91710300..197839b3 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,8 @@ +Thu May 31 17:56:47 2001 Owen Taylor + + * gobject-query.c: Fix mispelling in help output. + (#53952, Skip Montanaro) + 2001-05-28 Sebastian Wilhelmi * Makefile.am (EXTRA_DIST): Really distribute glib-mkenums, now diff --git a/gobject/gobject-query.c b/gobject/gobject-query.c index fd5746bb..39b645f9 100644 --- a/gobject/gobject-query.c +++ b/gobject/gobject-query.c @@ -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");