Spelling: fix spelling of specify

Detected by Debian's Lintian tool.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2018-04-05 11:20:25 +01:00
parent 214c991d5b
commit 7a903bd044

View File

@ -99,7 +99,7 @@ static gint
help (gchar *arg) help (gchar *arg)
{ {
g_fprintf (stderr, "usage: gobject-query <qualifier> [-r <type>] [-{i|b} \"\"] [-s #] [-{h|x|y}]\n"); g_fprintf (stderr, "usage: gobject-query <qualifier> [-r <type>] [-{i|b} \"\"] [-s #] [-{h|x|y}]\n");
g_fprintf (stderr, " -r specifiy root type\n"); g_fprintf (stderr, " -r specify root type\n");
g_fprintf (stderr, " -n don't descend type tree\n"); g_fprintf (stderr, " -n don't descend type tree\n");
g_fprintf (stderr, " -h guess what ;)\n"); g_fprintf (stderr, " -h guess what ;)\n");
g_fprintf (stderr, " -b specify indent string\n"); g_fprintf (stderr, " -b specify indent string\n");