sw/qa/extras/uiwriter/uiwriter5.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 82dc215580a6ef7ca284f1acb03e731f220b7497 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Oct 30 05:45:49 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Oct 30 08:42:24 2023 +0100 Fix typo Change-Id: I461707c6a61887f75078743c087b3f9d44f9e7a5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158628 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/uiwriter/uiwriter5.cxx b/sw/qa/extras/uiwriter/uiwriter5.cxx index 4d73f8c6f559..b10f955244fa 100644 --- a/sw/qa/extras/uiwriter/uiwriter5.cxx +++ b/sw/qa/extras/uiwriter/uiwriter5.cxx @@ -2320,7 +2320,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest5, testTdf157663_RedlineMoveRecognition) // 20. and 22. redline is a delete/insert redline with the same text "three". // they are not recognised as a move, because 22. redline is not a whole paragraph. // Note: delete/insert redlines that are just a part of a paragraph decided to be part of - // a move, only if it is at least 6 character long and conatin a space "" character. + // a move, only if it is at least 6 character long and contain a space "" character. for (SwRedlineTable::size_type i = 0; i < rTable.size(); i++) { CPPUNIT_ASSERT_EQUAL(vMovedRedlines[i], rTable[i]->GetMoved() > 0);