From a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 21 Aug 2012 01:02:13 +0200 Subject: silly typo fixes --- libavcodec/flicvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/flicvideo.c') diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index 3d43e5e827..9795ff960e 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -539,7 +539,7 @@ static int flic_decode_frame_15_16BPP(AVCodecContext *avctx, break; case FLI_LC: - av_log(avctx, AV_LOG_ERROR, "Unexpected FLI_LC chunk in non-paletised FLC\n"); + av_log(avctx, AV_LOG_ERROR, "Unexpected FLI_LC chunk in non-palettized FLC\n"); bytestream2_skip(&g2, chunk_size - 6); break; -- cgit v1.2.3