summaryrefslogtreecommitdiff
path: root/libavutil/tree.h
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2016-10-13 23:08:01 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2016-10-21 23:58:47 +0200
commitc8a6eb58d7ebc9c1585bc450aa9e0358f6822df0 (patch)
treec3619e2140d1898728205de4824ab963e49b1a85 /libavutil/tree.h
parent5db3c9476c79099ef8c2eeea01f8c6ea4bc66b07 (diff)
downloadffmpeg-c8a6eb58d7ebc9c1585bc450aa9e0358f6822df0.tar.gz
doc: fix spelling errors
Thanks to Mathieu Malaterre <malat@debian.org> for reporting the Que/Queue typo. (https://bugs.debian.org/839542) Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavutil/tree.h')
-rw-r--r--libavutil/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/tree.h b/libavutil/tree.h
index 9a9e11b92c..d5e0aebfbd 100644
--- a/libavutil/tree.h
+++ b/libavutil/tree.h
@@ -58,7 +58,7 @@ struct AVTreeNode *av_tree_node_alloc(void);
* then the corresponding entry in next is unchanged.
* @param cmp compare function used to compare elements in the tree,
* API identical to that of Standard C's qsort
- * It is guranteed that the first and only the first argument to cmp()
+ * It is guaranteed that the first and only the first argument to cmp()
* will be the key parameter to av_tree_find(), thus it could if the
* user wants, be a different type (like an opaque context).
* @return An element with cmp(key, elem) == 0 or NULL if no such element