sw/qa/extras/uiwriter/uiwriter5.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 974a1c84ea354fe712ec09db68266d5a82023c5e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Oct 14 12:22:38 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Oct 14 16:30:23 2023 +0200

    Fix typo
    
    Change-Id: I6e1c0f7ef3a99d68c078b1d0c524bad54d240bfe
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157974
    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 d97e0a8911f0..00371e084678 100644
--- a/sw/qa/extras/uiwriter/uiwriter5.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter5.cxx
@@ -2255,7 +2255,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest5, 
testTdf157662_AcceptInsertRedlineCutWithDe
     pEditShell->RejectRedline(6);
     CPPUNIT_ASSERT_EQUAL(static_cast<SwRedlineTable::size_type>(6), 
pEditShell->GetRedlineCount());
 
-    // Accept insert that splitted into 4 parts, but separeted to 2-2 parts, 
with another insert.
+    // Accept insert that splitted into 4 parts, but separated to 2-2 parts, 
with another insert.
     // It will accept only 2 parts, that is not separated. It leave the 
deletion.
     pEditShell->AcceptRedline(0);
     CPPUNIT_ASSERT_EQUAL(static_cast<SwRedlineTable::size_type>(5), 
pEditShell->GetRedlineCount());
@@ -2282,12 +2282,12 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest5, 
testTdf157662_RejectInsertRedlineCutWithDe
     SwEditShell* const pEditShell(pDoc->GetEditShell());
     CPPUNIT_ASSERT_EQUAL(static_cast<SwRedlineTable::size_type>(9), 
pEditShell->GetRedlineCount());
 
-    // Reject the insert that splitted into 3 parts .. reject all 3 of them
+    // Reject the insert that splitted into 3 parts. reject all 3 of them
     // it even remove the deletion, that was on the 2. insert...
     pEditShell->RejectRedline(6);
     CPPUNIT_ASSERT_EQUAL(static_cast<SwRedlineTable::size_type>(6), 
pEditShell->GetRedlineCount());
 
-    // Reject insert that splitted into 4 parts, but separeted to 2-2 parts, 
with another insert.
+    // Reject insert that splitted into 4 parts, but separated to 2-2 parts, 
with another insert.
     // It will reject only 2 parts, that is not separated. It remove the 
deletion.
     pEditShell->RejectRedline(0);
     CPPUNIT_ASSERT_EQUAL(static_cast<SwRedlineTable::size_type>(4), 
pEditShell->GetRedlineCount());

Reply via email to