Fix a bunch of common typos.

This commit is contained in:
Diego Biurrun
2011-10-05 14:12:42 +02:00
parent 2e87b4c511
commit da9cea77e3
51 changed files with 83 additions and 82 deletions

View File

@@ -475,7 +475,7 @@ static void start_children(FFStream *feed)
slash++;
strcpy(slash, "avconv");
http_log("Launch commandline: ");
http_log("Launch command line: ");
http_log("%s ", pathname);
for (i = 1; feed->child_argv[i] && feed->child_argv[i][0]; i++)
http_log("%s ", feed->child_argv[i]);