[FFmpeg-cvslog] dict: fix another typo
Stefano Sabatini
git at videolan.org
Fri Jul 1 11:00:10 CEST 2011
ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Fri Jul 1 10:47:07 2011 +0200| [34ab23f226669a6e198b1504dd2e90b72e35718e] | committer: Stefano Sabatini
dict: fix another typo
achive -> achieve
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=34ab23f226669a6e198b1504dd2e90b72e35718e
---
libavutil/dict.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavutil/dict.h b/libavutil/dict.h
index b960923..9890e9e 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
More information about the ffmpeg-cvslog
mailing list