summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit5.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit5.cxx b/editeng/source/editeng/impedit5.cxx
index d158d0f48a40..2a94e2c6dcf3 100644
--- a/editeng/source/editeng/impedit5.cxx
+++ b/editeng/source/editeng/impedit5.cxx
@@ -371,7 +371,7 @@ SfxItemSet ImpEditEngine::GetAttribs( EditSelection aSel, EditEngineAttribs nOnl
// wrong in selection if invalidated....
// => better not invalidate, instead CHANGE!
// It would be better to fill each paragraph with
- // a itemset and compare this in large.
+ // an itemset and compare this in large.
if ( nWhich <= EE_PARA_END )
aCurSet.InvalidateItem( nWhich );
}