Fix typos

This commit is contained in:
Thiago Santos 2013-07-30 16:21:15 -03:00
parent 4e9bedcde8
commit 2034fb11d9
2 changed files with 2 additions and 2 deletions

View file

@ -259,7 +259,7 @@ main (int argc, gchar ** argv)
"video/webm:video/x-vp8|<presence>:audio/x-vorbis\n",
"properties-values"},
{"set-scenario", '\0', 0, G_OPTION_ARG_STRING, &scenario,
"Let you set a scanrio, it will override the GST_QA_SCENARIO "
"Let you set a scenario, it will override the GST_QA_SCENARIO "
"environment variable", NULL},
{NULL}
};

View file

@ -50,7 +50,7 @@ main (int argc, gchar ** argv)
GOptionEntry options[] = {
{"set-scenario", '\0', 0, G_OPTION_ARG_STRING, &scenario,
"Let you set a scanrio, it will override the GST_QA_SCENARIO "
"Let you set a scenario, it will override the GST_QA_SCENARIO "
"environment variable", NULL},
{NULL}
};