From 4021300cd5976149a9e27bbe517511cf3ebb211a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 8 Jul 2007 09:20:51 +0000 Subject: [PATCH] grammar error noticed by Mark Cox Originally committed as revision 9534 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 528e2890eac..34fcdcffc4e 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); } -- 2.39.2