sw/qa/extras/odfexport/odfexport2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6fe1b4af873cf903afb7be49993213e445f67a35
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Apr 19 09:31:03 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Apr 19 12:16:30 2024 +0200

    Fix typo
    
    Change-Id: I00f6c7696b9b2cdb6f1ac0ae71774795f48daf91
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166285
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/qa/extras/odfexport/odfexport2.cxx 
b/sw/qa/extras/odfexport/odfexport2.cxx
index 469fa6bddddc..4523e0551e18 100644
--- a/sw/qa/extras/odfexport/odfexport2.cxx
+++ b/sw/qa/extras/odfexport/odfexport2.cxx
@@ -1523,7 +1523,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf160700)
 
     xmlDocUniquePtr pXmlDoc = parseExport("content.xml");
     // Check that we export the bookmark in the empty paragraph as a single 
text:bookmark
-    // element. Another walid markup is text:bookmark-start followed by 
text:bookmark-end
+    // element. Another valid markup is text:bookmark-start followed by 
text:bookmark-end
     // (in that order). The problem was, that text:bookmark-end was before 
text:bookmark-start.
     assertXPathChildren(pXmlDoc, 
"//office:text/text:list/text:list-item/text:p"_ostr, 1);
     assertXPath(pXmlDoc, 
"//office:text/text:list/text:list-item/text:p/text:bookmark"_ostr);

Reply via email to