summaryrefslogtreecommitdiff
path: root/sw/source/core/doc
diff options
context:
space:
mode:
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() )
{