validate: scenario: fix type field in description parameter
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Tue, 28 Mar 2017 19:51:12 +0000 (12:51 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Tue, 28 Mar 2017 22:03:47 +0000 (15:03 -0700)
Nothing wrong with Sting though :)

Additionally: Fix typo in need-clock-sync's description

validate/gst/validate/gst-validate-scenario.c

index 71c70df..84686fe 100644 (file)
@@ -3699,7 +3699,7 @@ init_scenarios (void)
         .name = "summary",
         .description = "Whether the scenario is a config only scenario (ie. explain what it does)",
         .mandatory = FALSE,
-        .types = "sting",
+        .types = "string",
         .possible_variables = NULL,
         .def = "'Nothing'"},
       {
@@ -3737,7 +3737,7 @@ init_scenarios (void)
       },
       {
         .name = "need-clock-sync",
-        .description = "Whether the scenario needs the execution to be syncronized with the pipeline\n"
+        .description = "Whether the scenario needs the execution to be synchronized with the pipeline's\n"
                        "clock. Letting the user know if it can be used with a 'fakesink sync=false' sink",
         .mandatory = FALSE,
         .types = "boolean",