diff --git a/validate/gst/qa/gst-qa-transcoding.c b/validate/gst/qa/gst-qa-transcoding.c index 1a505278d7..8fbc305f49 100644 --- a/validate/gst/qa/gst-qa-transcoding.c +++ b/validate/gst/qa/gst-qa-transcoding.c @@ -259,7 +259,7 @@ main (int argc, gchar ** argv) "video/webm:video/x-vp8|: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} }; diff --git a/validate/gst/qa/gst-qa.c b/validate/gst/qa/gst-qa.c index d3c14123af..2d46912a5b 100644 --- a/validate/gst/qa/gst-qa.c +++ b/validate/gst/qa/gst-qa.c @@ -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} };