diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c index acfc1fb957..99e12afb9c 100644 --- a/libavfilter/f_ebur128.c +++ b/libavfilter/f_ebur128.c @@ -722,7 +722,7 @@ static int query_formats(AVFilterContext *ctx) /* set input and output audio formats * Note: ff_set_common_* functions are not used because they affect all the - * links, and thus break the video format negociation */ + * links, and thus break the video format negotiation */ formats = ff_make_format_list(sample_fmts); if (!formats) return AVERROR(ENOMEM);