summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-01-12 19:13:29 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-01-12 21:02:53 +0100
commit4dc4c766f4451c0f5789e2a1e0290e3afb893185 (patch)
tree51099459c46ed4e6d02139521594697156011b05 /sw
parent00391f14ab72f31ebc35078b34fbf3628b5cc7a1 (diff)
Fix typos
Change-Id: I38ca4904f28a67236b546ff267ab17ba4bfe42fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128352 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/misc/redlndlg.cxx4
1 files changed, 2 insertions, 2 deletions
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);