diff --git a/libavfilter/vf_pad.c b/libavfilter/vf_pad.c
index 13f1ed419f5a1b257099b5f38b045d5c48cda3ed..4499399dd6c03405edee244cde5d0d18e44175e0 100644
--- a/libavfilter/vf_pad.c
+++ b/libavfilter/vf_pad.c
@@ -306,7 +306,7 @@ static void draw_slice(AVFilterLink *link, int y, int h, int slice_dir)
 
 AVFilter avfilter_vf_pad = {
     .name          = "pad",
-    .description   = "Add pads to the input image.",
+    .description   = "Add paddings to the input image.",
 
     .priv_size     = sizeof(PadContext),
     .init          = init,