summaryrefslogtreecommitdiff
path: root/include/o3tl/lru_map.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/o3tl/lru_map.hxx')
-rw-r--r--include/o3tl/lru_map.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/lru_map.hxx b/include/o3tl/lru_map.hxx
index 2f24d5bb7acc..bc35ba77d588 100644
--- a/include/o3tl/lru_map.hxx
+++ b/include/o3tl/lru_map.hxx
@@ -19,7 +19,7 @@ namespace o3tl
/** LRU map
*
- * Similar to unordered_map (it actually uses it) with additionaly functionality
+ * Similar to unordered_map (it actually uses it) with additionally functionality
* which removes the entries that have been "least recently used" when the size
* hits the specified capacity.
*