From 44ef8f200b0db78f7c59e60d5f9c61aba6ed7dc7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 5 Sep 2014 22:09:44 +0300 Subject: [PATCH] ges-launch: Fix typo in --help output --- tools/ges-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ""}, -- 2.7.4