summaryrefslogtreecommitdiff
path: root/tools/ges-launch.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-09-05 22:09:44 +0300
committerSebastian Dröge <sebastian@centricular.com>2014-09-05 22:09:44 +0300
commit44ef8f200b0db78f7c59e60d5f9c61aba6ed7dc7 (patch)
tree1bf91f88a9c6d52983848f4cb67013f1ecbccdbd /tools/ges-launch.c
parent320e2406d122a5d7d7ce7b47a69fc7c1f39c8328 (diff)
ges-launch: Fix typo in --help output
Diffstat (limited to 'tools/ges-launch.c')
-rw-r--r--tools/ges-launch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ges-launch.c b/tools/ges-launch.c
index 62cef6d1..91050946 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", "<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>"},