o3tl/qa/test-sorted_vector.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d07f9e4d4ac6fb4d9074605b034e81cb7353f417
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Sun May 13 21:01:33 2018 +0200

    Fix typo
    
    Change-Id: I87fce20463564fe9b32912fcbaf691c1c2839e2b
    Reviewed-on: https://gerrit.libreoffice.org/54201
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins <c...@libreoffice.org>

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<SwContent> 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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to