diff --git a/libavformat/gxf.c b/libavformat/gxf.c index c9e53b4bfdb79983234fc57bbc74f2fbb0629671..45467c648e09cd1ddeb050c4e9f783a552138a93 100644 --- a/libavformat/gxf.c +++ b/libavformat/gxf.c @@ -151,7 +151,7 @@ static int get_sindex(AVFormatContext *s, int id, int format) { /** * \brief filters out interesting tags from material information. - * \param len lenght of tag section, will be adjusted to contain remaining bytes + * \param len length of tag section, will be adjusted to contain remaining bytes * \param si struct to store collected information into */ static void gxf_material_tags(ByteIOContext *pb, int *len, st_info_t *si) {