summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLRedlineExport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLRedlineExport.cxx')
-rw-r--r--xmloff/source/text/XMLRedlineExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx
index 56ae1922148d..cd4330fc77a1 100644
--- a/xmloff/source/text/XMLRedlineExport.cxx
+++ b/xmloff/source/text/XMLRedlineExport.cxx
@@ -593,7 +593,7 @@ void XMLRedlineExport::ExportStartOrEndRedline(
{
DBG_ASSERT( !sId.isEmpty(), "Redlines must have IDs" );
- // TODO: use GetRedlineID or elimiate that function
+ // TODO: use GetRedlineID or eliminate that function
OUStringBuffer sBuffer(sChangePrefix);
sBuffer.append(sId);