summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-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 d073d21f5cb5..c8e1caa04e6b 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -396,7 +396,7 @@ void SwRedlineTable::LOKRedlineNotification(RedlineNotification nType, SwRangeRe
// When this notify method is called text invalidation is not done yet
// Calling FillRects updates the text area so invalidation will not run on the correct rects
- // So we need to do an own invalidation here. It invalidates text frames continging the redlining
+ // So we need to do an own invalidation here. It invalidates text frames containing the redlining
SwDoc* pDoc = pRedline->GetDoc();
SwViewShell* pSh;
if( pDoc && !pDoc->IsInDtor() &&