From: Sebastian Dröge Date: Fri, 5 Sep 2014 19:09:44 +0000 (+0300) Subject: ges-launch: Fix typo in --help output X-Git-Tag: 1.19.3~493^2~1547 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44ef8f200b0db78f7c59e60d5f9c61aba6ed7dc7;p=platform%2Fupstream%2Fgstreamer.git ges-launch: Fix typo in --help output --- diff --git a/tools/ges-launch.c b/tools/ges-launch.c index 62cef6d..9105094 100644 --- a/tools/ges-launch.c +++ b/tools/ges-launch.c @@ -789,7 +789,7 @@ main (int argc, gchar ** argv) "The audio sink used for playing back", ""}, #ifdef HAVE_GST_VALIDATE {"list-action-types", 'y', 0, G_OPTION_ARG_NONE, &list_action_types, - "List the avalaible action types with which to write scenarios", NULL}, + "List the available action types with which to write scenarios", NULL}, {"set-scenario", 0, 0, G_OPTION_ARG_STRING, &scenario, "Specify a GstValidate scenario to run, 'none' means load gst-validate" " but run no scenario on it", ""},