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

New commits:
commit a19a4fb601b82a619f258bb91c5110f39850a221
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Apr 11 10:55:04 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Apr 11 12:32:19 2025 +0200

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

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport22.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport22.cxx
index 25559988a6b5..3d482f88ac1e 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport22.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport22.cxx
@@ -241,7 +241,7 @@ CPPUNIT_TEST_FIXTURE(Test, testAnnotationRef)
     // Check that the exported comment also has annotationRef
     xmlDocUniquePtr pXmlComments = parseExport(u"word/comments.xml"_ustr);
     CPPUNIT_ASSERT(pXmlComments);
-    // Wihtout the fix it fails with
+    // Without the fix it fails with
     // - Expected: 1
     // - Actual  : 0
     assertXPath(pXmlComments, 
"//w:comments/w:comment[1]/w:p[1]/w:r[1]/w:annotationRef");

Reply via email to