diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-05-02 13:23:10 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-05-02 18:52:36 +0200 |
commit | 1139013b129fb7f3c58583cdef86b3cdae469f20 (patch) | |
tree | 19d561c3773d44b18ef627ee79812cd6af787ec4 /include/o3tl | |
parent | 21a0e9ae540f1f0244ddfcb0389deb47567b2f3a (diff) |
Fix typo
Change-Id: I63a6ac96679cabe12263a97c3dfdbbd035983b79
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133697
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/o3tl')
-rw-r--r-- | include/o3tl/lru_map.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/lru_map.hxx b/include/o3tl/lru_map.hxx index b3c90621edf2..42cb932786b0 100644 --- a/include/o3tl/lru_map.hxx +++ b/include/o3tl/lru_map.hxx @@ -55,7 +55,7 @@ template <> class lru_map_base<void> * * It is optionally possible to specify a function for ValueSize template * argument (that can be called as 'size_t func(Value)') that will return - * a size (cost) for an item istead of the default size of 1 for each item. + * a size (cost) for an item instead of the default size of 1 for each item. * The size of an item must not change for an item (if needed, re-insert * the item). A newly inserted item is guaranteed to be in the container, * even if its size exceeds the maximum size. |