summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-08 09:20:51 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-08 09:20:51 +0000
commit4021300cd5976149a9e27bbe517511cf3ebb211a (patch)
tree707aad0d0822847fd25e70ff46191c5b34373613 /ffmpeg.c
parent844d9012a64db8c81c96a7efe337e682224aecf7 (diff)
grammar error noticed by Mark Cox
Originally committed as revision 9534 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 528e2890ea..34fcdcffc4 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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);
}