Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ffprobe.c')
-rw-r--r--ffprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffprobe.c b/ffprobe.c
index 08ee8fd5d7..79f749470b 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"; \
}