Commit 34ab23f2 authored by Stefano Sabatini's avatar Stefano Sabatini

dict: fix another typo

achive -> achieve
parent 84c2d8af
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment