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

New commits:
commit e896daaa7e97e36c73589904825f8b19b2f0ced8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jun 25 15:08:04 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 25 17:28:24 2025 +0200

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

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport22.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport22.cxx
index a99c549bafc8..08e086856381 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport22.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport22.cxx
@@ -388,7 +388,7 @@ DECLARE_OOXMLEXPORT_TEST(testFieldMarkFormat, 
"fontsize-field-separator.docx")
     // Without the fix it fails with
     // - Expected: 12
     // - Actual  : 42
-    // i.e. the field content has the properties fo the field marks
+    // i.e. the field content has the properties of the field marks
     CPPUNIT_ASSERT_EQUAL(12.f, getProperty<float>(xRun, u"CharHeight"_ustr));
 }
 

Reply via email to