summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2009-01-30 00:44:54 +0000
committerAurelien Jacobs <aurel@gnuage.org>2009-01-30 00:44:54 +0000
commit04e76709063d730998b5d1af69354af96c2bae62 (patch)
treeb05178ca6e2bae91011ebc3b41ff24c2c555bb2a
parent4d55404fcaec83f1ac2beb640198ad9399116bb8 (diff)
typo
Originally committed as revision 16854 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 74ffc7df64..80d7809730 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 *