From fc2590cfa112222500a6c847917d7545f60024c6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 26 Apr 2016 09:56:47 +0200 Subject: Fix typos Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73 Reviewed-on: https://gerrit.libreoffice.org/24317 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- o3tl/qa/test-lru_map.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3tl') diff --git a/o3tl/qa/test-lru_map.cxx b/o3tl/qa/test-lru_map.cxx index d9428e381bb5..489dd9015834 100644 --- a/o3tl/qa/test-lru_map.cxx +++ b/o3tl/qa/test-lru_map.cxx @@ -71,7 +71,7 @@ void lru_map_test::testReplaceValue() // check if map is empty CPPUNIT_ASSERT_EQUAL(size_t(0), lru.size()); - // check if inserting entry with with same key replaces the value + // check if inserting entry with same key replaces the value // inserting new entry lru.insert(std::make_pair(1, 2)); -- cgit