diff --git a/libavformat/avformat.h b/libavformat/avformat.h index d127d7d10e599c37f92bcbf58cdb683b9e512aa8..0be3c945be21447e1733edfb7af41598c99ce7c0 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);