From 65bf3c53a73bcd9cf6049698d0577def67db91c8 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Mon, 26 Jul 2004 16:32:15 +0000
Subject: [PATCH] typo fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)

Originally committed as revision 3344 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 c7f1693b689..2b890153b19 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1758,7 +1758,7 @@ static int av_encode(AVFormatContext **output_files,
     for(i=0;i<nb_output_files;i++) {
         os = output_files[i];
         if (av_write_header(os) < 0) {
-            fprintf(stderr, "Could not write header for output file #%d (incorrect codec paramters ?)\n", i);
+            fprintf(stderr, "Could not write header for output file #%d (incorrect codec parameters ?)\n", i);
             ret = -EINVAL;
             goto fail;
         }
-- 
GitLab