validate: fix whitespace separators in multi-line string constants

Drop dupplicated & add missing ones

Additionally: typo fixes
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-03-20 14:36:36 -07:00
parent bdd152484c
commit 9ea012de22
2 changed files with 8 additions and 8 deletions

View file

@ -813,7 +813,7 @@ main (int argc, gchar ** argv)
}
if (argc != 3) {
g_printerr ("%i arguments recived, 2 expected.\n"
g_printerr ("%i arguments received, 2 expected.\n"
"You should run the test using:\n"
" ./gst-validate-transcoding-1.0 <input-uri> <output-uri> [options]\n",
argc - 1);