summaryrefslogtreecommitdiff
path: root/o3tl/qa/test-lru_map.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'o3tl/qa/test-lru_map.cxx')
-rw-r--r--o3tl/qa/test-lru_map.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3tl/qa/test-lru_map.cxx b/o3tl/qa/test-lru_map.cxx
index b985966f43d2..37fc8a4f6788 100644
--- a/o3tl/qa/test-lru_map.cxx
+++ b/o3tl/qa/test-lru_map.cxx
@@ -89,7 +89,7 @@ void lru_map_test::testReplaceValue()
CPPUNIT_ASSERT_EQUAL(4, lru.find(1)->second);
CPPUNIT_ASSERT_EQUAL(200, lru.find(2)->second);
- // check if insert with same key, moves the entry back of the lru queu
+ // check if insert with same key, moves the entry back of the lru queue
// inserting new entry with key that already exists
lru.insert(std::make_pair<int, int>(1, 6));