sw/qa/extras/uiwriter/uiwriter6.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2ff7d9696799f34f8a10a778cfcf7132a9e41713 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Mon Apr 10 12:09:00 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Apr 10 12:09:22 2023 +0200 Typo: plural lacking Change-Id: I941f3f468f21dfaa4c35ac6c0730bb955b8688e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150179 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/uiwriter/uiwriter6.cxx b/sw/qa/extras/uiwriter/uiwriter6.cxx index 2e32a099a648..d7cd0088feef 100644 --- a/sw/qa/extras/uiwriter/uiwriter6.cxx +++ b/sw/qa/extras/uiwriter/uiwriter6.cxx @@ -938,7 +938,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest6, testTdf154599_MovingColumn) SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell(); CPPUNIT_ASSERT(pWrtShell); - // Create a table with less columns than row + // Create a table with less columns than rows SwInsertTableOptions TableOpt(SwInsertTableFlags::DefaultBorder, 0); (void)&pWrtShell->InsertTable(TableOpt, 4, 3);