From 1e660fe88d2dd8fdcb0136b4cee3152f61ebc6c5 Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Sat, 29 Oct 2016 16:55:14 +0200 Subject: doc: fix spelling errors Reviewed-by: Lou Logan Signed-off-by: Andreas Cadhalpun --- libavcodec/4xm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/4xm.c') 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; } -- cgit v1.2.3