From: Baptiste Coudurier Date: Sat, 30 Aug 2008 23:05:42 +0000 (+0000) Subject: fix typos X-Git-Tag: v0.5~2830 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86e456f63e035a9d23778c53e3706372a8814f88;p=platform%2Fupstream%2Flibav.git fix typos Originally committed as revision 15066 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 556d4ec..9f0037b 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -264,7 +264,7 @@ static int mxf_write_essence_container_refs(AVFormatContext *s, int write) } j++; // considering WAV/AES3 frame wrapped, when get the first CODEC_ID_PCM_S16LE, break; - // this is a temporary method, when we can get more information, modofy this. + // this is a temporary method, when we can get more information, modify this. if (codec_ul->id == CODEC_ID_PCM_S16LE) break; }