diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-01 10:47:07 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-01 10:50:24 +0200 |
commit | 34ab23f226669a6e198b1504dd2e90b72e35718e (patch) | |
tree | 45c65e5dad28c2725fa44985995c951fb8060cfd /libavutil/dict.h | |
parent | 84c2d8af135695e829fb5ce5e8569d02678550a8 (diff) | |
download | ffmpeg-34ab23f226669a6e198b1504dd2e90b72e35718e.tar.gz |
dict: fix another typo
achive -> achieve
Diffstat (limited to 'libavutil/dict.h')
-rw-r--r-- | libavutil/dict.h | 2 |
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 |