From 64dc383de566710cda5954588e9e2f4638fd5ebc Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 21 Nov 2012 13:17:21 +0100 Subject: [PATCH] ffprobe: fix typo in a comment --- ffprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffprobe.c b/ffprobe.c index 4c6e9f238b..760a0ba6af 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -74,7 +74,7 @@ static char *stream_specifier; /* section structure definition */ struct section { - int id; ///< unique id indentifying a section + int id; ///< unique id identifying a section const char *name; #define SECTION_FLAG_IS_WRAPPER 1 ///< the section only contains other sections, but has no data at its own level