From cbc09a7d5a570fff61a059c0a6f910f275805e97 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 7 Mar 2007 00:27:23 +0000 Subject: typo: unkown->unknown Originally committed as revision 8274 to svn://svn.ffmpeg.org/ffmpeg/trunk --- 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 43a6f26dd6..b60e0b1c23 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -115,7 +115,7 @@ static int flic_decode_init(AVCodecContext *avctx) return -1; break; default : - av_log(avctx, AV_LOG_ERROR, "Unkown FLC/FLX depth of %d Bpp is unsupported.\n",depth); + av_log(avctx, AV_LOG_ERROR, "Unknown FLC/FLX depth of %d Bpp is unsupported.\n",depth); return -1; } -- cgit v1.2.3