Kaydet (Commit) d07f9e4d authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I87fce20463564fe9b32912fcbaf691c1c2839e2b
Reviewed-on: https://gerrit.libreoffice.org/54201Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 96337c84
...@@ -44,7 +44,7 @@ public: ...@@ -44,7 +44,7 @@ public:
SwContent *p3 = new SwContent(3); SwContent *p3 = new SwContent(3);
std::unique_ptr<SwContent> p4( new SwContent(4) ); 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(p3).second );
CPPUNIT_ASSERT( aVec.insert(p1.get()).second ); CPPUNIT_ASSERT( aVec.insert(p1.get()).second );
// insert p3 again -> already present -> second is false // insert p3 again -> already present -> second is false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment