gst-launch: fix -c, --toc message
authorAnton Belka <antonbelka@gmail.com>
Fri, 18 May 2012 17:11:55 +0000 (20:11 +0300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 21 May 2012 07:25:18 +0000 (09:25 +0200)
tools/gst-launch.c

index 27f9b58..474dce5 100644 (file)
@@ -909,7 +909,7 @@ main (int argc, char *argv[])
     {"tags", 't', 0, G_OPTION_ARG_NONE, &tags,
         N_("Output tags (also known as metadata)"), NULL},
     {"toc", 'c', 0, G_OPTION_ARG_NONE, &toc,
-        N_("Ouput TOC (chapters and editions)"), NULL},
+        N_("Output TOC (chapters and editions)"), NULL},
     {"verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose,
         N_("Output status information and property notifications"), NULL},
     {"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet,