From 5604801191131955526d0b5b619d688c64f0993d Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Thu, 22 Feb 2007 00:46:36 +0000 Subject: Fix typo. Originally committed as revision 8065 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/utils.c') diff --git a/libavcodec/utils.c b/libavcodec/utils.c index aeb9b0ab52..d00fcc29e4 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -1276,7 +1276,7 @@ void avcodec_init(void) } /** - * Flush buffers, should be called when seeking or when swicthing to a different stream. + * Flush buffers, should be called when seeking or when switching to a different stream. */ void avcodec_flush_buffers(AVCodecContext *avctx) { -- cgit v1.2.3