Fix a bunch of common typos.
This commit is contained in:
parent
2e87b4c511
commit
da9cea77e3
51 changed files with 83 additions and 82 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue