Commit 32450734 authored by diego's avatar diego

grammar error noticed by Mark Cox


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9534 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9a6be2c6
......@@ -2973,7 +2973,7 @@ static void opt_output_file(const char *filename)
if (!file_oformat) {
file_oformat = guess_format(NULL, filename, NULL);
if (!file_oformat) {
fprintf(stderr, "Unable for find a suitable output format for '%s'\n",
fprintf(stderr, "Unable to find a suitable output format for '%s'\n",
filename);
exit(1);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment