validate: scenario: fix type field in description parameter

Nothing wrong with Sting though :)

Additionally: Fix typo in need-clock-sync's description
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-03-28 12:51:12 -07:00
parent b2ec10ace3
commit fd796d2976

View 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",