diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2016-10-29 16:55:14 +0200 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2016-10-29 20:43:15 +0200 |
commit | 1e660fe88d2dd8fdcb0136b4cee3152f61ebc6c5 (patch) | |
tree | 403755085153ceb7800cb0640e9b694f02bb0994 /libavcodec/4xm.c | |
parent | c4af48eb2716a273f0b7ce52d1067e9c3d2e7c71 (diff) | |
download | ffmpeg-1e660fe88d2dd8fdcb0136b4cee3152f61ebc6c5.tar.gz |
doc: fix spelling errors
Reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavcodec/4xm.c')
-rw-r--r-- | libavcodec/4xm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index a7a757a078..5547dfd87f 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -532,7 +532,7 @@ static int decode_i_block(FourXContext *f, int16_t *block) } i += code >> 4; if (i >= 64) { - av_log(f->avctx, AV_LOG_ERROR, "run %d oveflow\n", i); + av_log(f->avctx, AV_LOG_ERROR, "run %d overflow\n", i); return 0; } |