summaryrefslogtreecommitdiff
path: root/ffprobe.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-21 13:17:21 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-11-21 20:17:57 +0100
commit64dc383de566710cda5954588e9e2f4638fd5ebc (patch)
tree4fc4ebf418d43adf5fc81eec22c595caea4bc31c /ffprobe.c
parent6ca9c74cc64f5b3f7da4b6936c6ae14031892d20 (diff)
ffprobe: fix typo in a comment
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 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