summaryrefslogtreecommitdiff
path: root/sw/source/core/doc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-11-24 12:17:18 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-11-24 18:08:38 +0100
commitec5788d893e3939bd1d911575a974674f2142b8b (patch)
tree2e054adbfe36db6b3e5e911f9bfbf0707320a6d3 /sw/source/core/doc
parent36a005bb546e5ba68d2e7a57e0453999c7167e41 (diff)
Fix typos and translations
Change-Id: Ic358f008e09718b6f726a55edfe3a3f78bba2942 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125728 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sw/source/core/doc')
-rw-r--r--sw/source/core/doc/docredln.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index d911ecb85d53..28d7295fe344 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -841,7 +841,7 @@ bool SwRedlineTable::isMoved( size_type rPos ) const
bDeletePairPaM = true;
}
- // pair at tracked moving: same text by trimming terminatin white spaces
+ // pair at tracked moving: same text by trimming trailing white spaces
if ( abs(pPaM->GetText().getLength() - pPairPaM->GetText().getLength()) <= 2 &&
sTrimmed == pPairPaM->GetText().trim() )
{