ges-launch: Fix typo in --help output
authorSebastian Dröge <sebastian@centricular.com>
Fri, 5 Sep 2014 19:09:44 +0000 (22:09 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 5 Sep 2014 19:09:44 +0000 (22:09 +0300)
tools/ges-launch.c

index 62cef6d..9105094 100644 (file)
@@ -789,7 +789,7 @@ main (int argc, gchar ** argv)
         "The audio sink used for playing back", "<audiosink>"},
 #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", "<scenario_name>"},