Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/dict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/dict.h b/libavutil/dict.h
index b960923f17..9890e9ec0e 100644
--- a/libavutil/dict.h
+++ b/libavutil/dict.h
@@ -24,7 +24,7 @@
* implementation as well as API inefficient. It does not scale and is
* extremely slow with large dictionaries.
* It is recommended that new code uses our tree container from tree.c/h
- * where applicable, which uses AVL trees to achive O(log n) performance.
+ * where applicable, which uses AVL trees to achieve O(log n) performance.
*/
#ifndef AVUTIL_DICT_H