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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-01 12:47:07 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-01 12:50:24 +0400
commit34ab23f226669a6e198b1504dd2e90b72e35718e (patch)
tree45c65e5dad28c2725fa44985995c951fb8060cfd /libavutil/dict.h
parent84c2d8af135695e829fb5ce5e8569d02678550a8 (diff)
dict: fix another typo
achive -> achieve
Diffstat (limited to 'libavutil/dict.h')
-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