typo: begining --> beginning

Originally committed as revision 11312 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-12-23 21:01:09 +00:00
parent 9e052e8d28
commit 64bb7bd519
2 changed files with 2 additions and 2 deletions

View file

@ -345,7 +345,7 @@ static int shorten_decode_frame(AVCodecContext *avctx,
s->lpcqoffset = V2LPCQOFFSET;
if (get_ur_golomb_shorten(&s->gb, FNSIZE) != FN_VERBATIM) {
av_log(s->avctx, AV_LOG_ERROR, "missing verbatim section at begining of stream\n");
av_log(s->avctx, AV_LOG_ERROR, "missing verbatim section at beginning of stream\n");
return -1;
}