diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-10-30 05:45:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-10-30 08:42:24 +0100 |
commit | 82dc215580a6ef7ca284f1acb03e731f220b7497 (patch) | |
tree | 610e678a2628feafbd1d5087fee84da30eb7efa3 /sw | |
parent | 702c4775fc4e011220bf2356d4ee2ca561ff5487 (diff) |
Fix typo
Change-Id: I461707c6a61887f75078743c087b3f9d44f9e7a5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158628
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter5.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |