From 1ca0812d909a05e341e4c76861fb9dccc2f47112 Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefasab@gmail.com>
Date: Mon, 6 Feb 2012 10:44:54 +0100
Subject: [PATCH] ffprobe: fix typo in ESCAPE_CHECK_SIZE

---
 ffprobe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffprobe.c b/ffprobe.c
index 08ee8fd5d71..79f749470b8 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -385,7 +385,7 @@ fail:
         char buf[64];                                                   \
         snprintf(buf, sizeof(buf), "%s", src);                          \
         av_log(log_ctx, AV_LOG_WARNING,                                 \
-               "String '%s...' with is too big\n", buf);                \
+               "String '%s...' is too big\n", buf);                     \
         return "FFPROBE_TOO_BIG_STRING";                                \
     }
 
-- 
GitLab