include/o3tl/lru_map.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1139013b129fb7f3c58583cdef86b3cdae469f20
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon May 2 13:23:10 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon May 2 18:52:36 2022 +0200

    Fix typo
    
    Change-Id: I63a6ac96679cabe12263a97c3dfdbbd035983b79
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133697
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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.

Reply via email to