diff mbox series

[FFmpeg-devel,4/4] avfilter/vf_identify: fix typo

Message ID 1619700601-9307-4-git-send-email-lance.lmwang@gmail.com
State Accepted
Commit c7c138e411dec64a80782ee230837f8a0925726d
Headers show
Series [FFmpeg-devel,1/4] avfilter/vf_ssim: remove unnecessary check | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Lance Wang April 29, 2021, 12:50 p.m. UTC
From: Limin Wang <lance.lmwang@gmail.com>

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
---
 libavfilter/vf_identity.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavfilter/vf_identity.c b/libavfilter/vf_identity.c
index c81c40a..f476119 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"