diff --git a/ffprobe.c b/ffprobe.c index 4c6e9f238be38f507cb348e71a776eef7aa92bd5..760a0ba6af7d413b047591fe61d239cc3f0f6e12 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