Fix mispelling in help output. (#53952, Skip Montanaro)
authorOwen Taylor <otaylor@redhat.com>
Thu, 31 May 2001 21:57:35 +0000 (21:57 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 31 May 2001 21:57:35 +0000 (21:57 +0000)
Thu May 31 17:56:47 2001  Owen Taylor  <otaylor@redhat.com>

* gobject-query.c: Fix mispelling in help output.
(#53952, Skip Montanaro)

gobject/ChangeLog
gobject/gobject-query.c

index 9171030..197839b 100644 (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
index fd5746b..39b645f 100644 (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");