Fix a bunch of common typos.
This commit is contained in:
+1
-1
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user