From 2034fb11d9f4759cbd0ec75eea9383c61541b4e3 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Tue, 30 Jul 2013 16:21:15 -0300 Subject: [PATCH] Fix typos --- validate/gst/qa/gst-qa-transcoding.c | 2 +- validate/gst/qa/gst-qa.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} };