From eeb3baf7f7257ea5586bf857cc668f6aff81d556 Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Thu, 6 Mar 2014 19:03:07 +0100 Subject: [PATCH] Fix spelling error 'Inconsistant -> Inconsistent' Signed-off-by: Michael Niedermayer --- libavcodec/dcadec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c index e7021ffddd..5990d545fc 100644 --- a/libavcodec/dcadec.c +++ b/libavcodec/dcadec.c @@ -2415,7 +2415,7 @@ FF_ENABLE_DEPRECATION_WARNINGS * masks in some sense -- unfortunately some channels could overlap */ if (av_popcount(channel_mask) != av_popcount(channel_layout)) { av_log(avctx, AV_LOG_DEBUG, - "DTS-XXCH: Inconsistant avcodec/dts channel layouts\n"); + "DTS-XXCH: Inconsistent avcodec/dts channel layouts\n"); return AVERROR_INVALIDDATA; } -- 2.11.0