diff options
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 74ffc7d..80d7809 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -81,7 +81,7 @@ typedef struct AVMetadata AVMetadata; /** * gets a metadata element with matching key. * @param prev set to the previous matching element to find the next. - * @param flags allows case as well as suffix insensitive comparissions. + * @param flags allows case as well as suffix insensitive comparisons. * @return found tag or NULL, changing key or value leads to undefined behavior. */ AVMetadataTag * |