sw/qa/extras/uiwriter/uiwriter11.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 046daed2e1cc6a196c886619c7ca10cc15b65d05 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Jan 31 19:32:49 2026 +0100 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Sun Feb 1 14:36:50 2026 +0100 Fix typo Change-Id: I494b149e1d933a08525673bb058edc0692ef4c2a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198466 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/sw/qa/extras/uiwriter/uiwriter11.cxx b/sw/qa/extras/uiwriter/uiwriter11.cxx index 4b36bd432a1a..cdabafaeac85 100644 --- a/sw/qa/extras/uiwriter/uiwriter11.cxx +++ b/sw/qa/extras/uiwriter/uiwriter11.cxx @@ -518,7 +518,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest11, testTdf163194) CPPUNIT_ASSERT_EQUAL(1, pPdfDocument->getPageCount()); auto pPage = pPdfDocument->openPage(0); CPPUNIT_ASSERT(pPage); - // 595 pt corresponts to 210 mm (withh of A4) + // 595 pt corresponds to 210 mm (width of A4) CPPUNIT_ASSERT_DOUBLES_EQUAL(595, pPage->getWidth(), 1.0); auto pTextPage = pPage->getTextPage(); CPPUNIT_ASSERT(pTextPage);
