From 69acc88b2f53b86a1fbd416ae26035d95b8e0dff Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 12 Feb 2009 17:24:17 +0000 Subject: cosmetics: format long_name spelling fixes Originally committed as revision 17183 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mpjpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mpjpeg.c') diff --git a/libavformat/mpjpeg.c b/libavformat/mpjpeg.c index b09bac23b3..89738773c1 100644 --- a/libavformat/mpjpeg.c +++ b/libavformat/mpjpeg.c @@ -55,7 +55,7 @@ static int mpjpeg_write_trailer(AVFormatContext *s) AVOutputFormat mpjpeg_muxer = { "mpjpeg", - NULL_IF_CONFIG_SMALL("Mime multipart JPEG format"), + NULL_IF_CONFIG_SMALL("MIME multipart JPEG format"), "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG, "mjpg", 0, -- cgit v1.2.3