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

New commits:
commit e99a2fc119f9e9b97b18f64f679d889c373693cc
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Apr 19 09:30:33 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Apr 19 12:15:52 2024 +0200

    Fix typo
    
    Change-Id: I8b7aa192fbdc5269b0da527dc2aeb2d535f1f0d9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166284
    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 ee1f7fcbc8bc..469fa6bddddc 100644
--- a/sw/qa/extras/odfexport/odfexport2.cxx
+++ b/sw/qa/extras/odfexport/odfexport2.cxx
@@ -1515,7 +1515,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf160700)
     CPPUNIT_ASSERT(xFields->hasMoreElements());
     auto xTextField(xFields->nextElement().queryThrow<text::XTextField>());
     // Save must not create markup with text:bookmark-end element before 
text:bookmark-start
-    // Withoud the fix, this would fail with
+    // Without the fix, this would fail with
     // - Expected: 1
     // - Actual  : Error: Reference source not found
     // i.e., the bookmark wasn't imported, and the field had no proper source

Reply via email to