From 4e8988a32df9036374865c8d5edf6262401ecf1f Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Wed, 14 Nov 2007 12:42:45 +0000 Subject: [PATCH] Typo Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index d127d7d10e..0be3c945be 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -577,7 +577,7 @@ AVFormatContext *av_alloc_format_context(void); * * @param ic media file handle * @return >=0 if OK. AVERROR_xxx if error. - * @todo Let user decide somehow what information is needed so we do not waste time geting stuff the user does not need. + * @todo Let user decide somehow what information is needed so we do not waste time getting stuff the user does not need. */ int av_find_stream_info(AVFormatContext *ic); -- GitLab