From d07f9e4d4ac6fb4d9074605b034e81cb7353f417 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 13 May 2018 21:01:33 +0200 Subject: [PATCH] Fix typo Change-Id: I87fce20463564fe9b32912fcbaf691c1c2839e2b Reviewed-on: https://gerrit.libreoffice.org/54201 Reviewed-by: Julien Nabet Tested-by: Jenkins --- o3tl/qa/test-sorted_vector.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o3tl/qa/test-sorted_vector.cxx b/o3tl/qa/test-sorted_vector.cxx index 2a1f87d93dc8..3de3f005f6c6 100644 --- a/o3tl/qa/test-sorted_vector.cxx +++ b/o3tl/qa/test-sorted_vector.cxx @@ -44,7 +44,7 @@ public: SwContent *p3 = new SwContent(3); std::unique_ptr p4( new SwContent(4) ); - // insert p3, p1 -> not presernt -> second is true + // insert p3, p1 -> not present -> second is true CPPUNIT_ASSERT( aVec.insert(p3).second ); CPPUNIT_ASSERT( aVec.insert(p1.get()).second ); // insert p3 again -> already present -> second is false