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

New commits:
commit 50421d9de2a03d190244058496c6bc8654d96a4d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 29 20:32:55 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 29 21:28:55 2025 +0100

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

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport22.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport22.cxx
index 5e6fde133f10..5e62c6263044 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport22.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport22.cxx
@@ -122,7 +122,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf165933_noDelTextOnMove)
     loadAndSave("tdf165933.docx");
     xmlDocUniquePtr pXmlDoc = parseExport(u"word/document.xml"_ustr);
     CPPUNIT_ASSERT(pXmlDoc);
-    // Wihtout the fix it fails with
+    // Without the fix it fails with
     // - Expected: 0
     // - Actual  : 1
     // a w:delText is created inside a w:moveFrom, which is invalid

Reply via email to