sw/source/uibase/misc/redlndlg.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4dc4c766f4451c0f5789e2a1e0290e3afb893185
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jan 12 19:13:29 2022 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Wed Jan 12 21:02:53 2022 +0100

    Fix typos
    
    Change-Id: I38ca4904f28a67236b546ff267ab17ba4bfe42fa
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128352
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sw/source/uibase/misc/redlndlg.cxx 
b/sw/source/uibase/misc/redlndlg.cxx
index a8099859455d..2aed5f72bf37 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -742,7 +742,7 @@ void 
SwRedlineAcceptDlg::InsertParents(SwRedlineTable::size_type nStart, SwRedli
 
     // collect redlines of tracked table or table row insertion/deletions 
under a single tree list
     // item to accept/reject table (row) insertion/deletion with a single 
click on Accept/Reject
-    // Note: because update of the tree list depends on parent count, we 
doesn't modify
+    // Note: because update of the tree list depends on parent count, we don't 
modify
     // m_RedlineParents, only store the 2nd and more redlines as children of 
the tree list
     // item of the first redline
 
@@ -762,7 +762,7 @@ void 
SwRedlineAcceptDlg::InsertParents(SwRedlineTable::size_type nStart, SwRedli
     SwRedlineTable::size_type nPrevRowChange = SwRedlineTable::npos;
 
     // show all redlines as tree list items,
-    // redlines of a tracked table (row) inserion/deletion showed as children 
of a single parent
+    // redlines of a tracked table (row) insertion/deletion showed as children 
of a single parent
     for (SwRedlineTable::size_type i = nStart; i <= nEnd; i++)
     {
         const SwRangeRedline& rRedln = pSh->GetRedline(i);

Reply via email to