diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 15:17:01 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 12:36:37 +0000 |
commit | 095438e52ccff8eaf12af6b3e3eb5f8c00792416 (patch) | |
tree | 1f9c5ad0e05fa67ff10d970b166ba3641ee60784 /o3tl | |
parent | 25e0872da600c65a08c73c335f0e1ef21b2f00f5 (diff) |
Fix typos
Change-Id: I14dca0d55c09187690dc1d94936c40b890ca5cea
Reviewed-on: https://gerrit.libreoffice.org/35637
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'o3tl')
-rw-r--r-- | o3tl/qa/test-lru_map.cxx | 2 |
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)); |