From 88544e8cebf00cc39ed504ed5cb603e4d89e4c7d 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 (cherry picked from commit eeb3baf7f7257ea5586bf857cc668f6aff81d556) --- libavcodec/dcadec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c index 79d50975be..4392f032f9 100644 --- a/libavcodec/dcadec.c +++ b/libavcodec/dcadec.c @@ -2426,7 +2426,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; }