From c7c138e411dec64a80782ee230837f8a0925726d Mon Sep 17 00:00:00 2001 From: Limin Wang Date: Sun, 14 Mar 2021 10:07:54 +0800 Subject: [PATCH] avfilter/vf_identity: fix typo Signed-off-by: Limin Wang --- libavfilter/vf_identity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_identity.c b/libavfilter/vf_identity.c index c81c40a6405..f47611924e4 100644 --- a/libavfilter/vf_identity.c +++ b/libavfilter/vf_identity.c @@ -20,7 +20,7 @@ /** * @file - * Caculate the Identity between two input videos. + * Calculate the Identity between two input videos. */ #include "libavutil/avstring.h" -- 2.39.2