svx/qa/unit/table.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 503d988fc6cfe3315a60d640acf315fca05d206d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Mar 31 21:25:38 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Apr 2 07:47:38 2025 +0200

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

diff --git a/svx/qa/unit/table.cxx b/svx/qa/unit/table.cxx
index 5f2530d8ae67..f996e35a062c 100644
--- a/svx/qa/unit/table.cxx
+++ b/svx/qa/unit/table.cxx
@@ -142,7 +142,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf165521_fixedCellHeight)
     const sal_Int32 nTableFontLineHeight = getXPath(pDocument, sTablePath7, 
"y").toInt32()
                                            - getXPath(pDocument, sTablePath6, 
"y").toInt32();
     // Expected: 593.
-    // Actual (without the acompanying patch) 553
+    // Actual (without the accompanying patch) 553
     CPPUNIT_ASSERT_EQUAL(nTextBoxFontLineHeight, nTableFontLineHeight);
 
     // All of the text must fit inside the table,

Reply via email to