summaryrefslogtreecommitdiff
path: root/libavcodec/shorten.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-12-23 21:01:09 +0000
committerDiego Biurrun <diego@biurrun.de>2007-12-23 21:01:09 +0000
commit64bb7bd519403317428ac3aa29ccdd81294b78ba (patch)
tree5cc2d289252c30d07d403c7e624e0bbc12dd52a9 /libavcodec/shorten.c
parent9e052e8d28281614e342fb4b6054d33e3cba99e9 (diff)
typo: begining --> beginning
Originally committed as revision 11312 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/shorten.c')
-rw-r--r--libavcodec/shorten.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c
index b03985a48c..7aa656afcc 100644
--- a/libavcodec/shorten.c
+++ b/libavcodec/shorten.c
@@ -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;
}