[FFmpeg-cvslog] r9534 - trunk/ffmpeg.c

diego subversion
Sun Jul 8 11:20:52 CEST 2007


Author: diego
Date: Sun Jul  8 11:20:51 2007
New Revision: 9534

Log:
grammar error noticed by Mark Cox


Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Sun Jul  8 11:20:51 2007
@@ -2973,7 +2973,7 @@ static void opt_output_file(const char *
     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);
         }




More information about the ffmpeg-cvslog mailing list