summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltble.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmltble.cxx')
-rw-r--r--sw/source/filter/xml/xmltble.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltble.cxx b/sw/source/filter/xml/xmltble.cxx
index bae4b6c27155..26359aec901d 100644
--- a/sw/source/filter/xml/xmltble.cxx
+++ b/sw/source/filter/xml/xmltble.cxx
@@ -574,7 +574,7 @@ void SwXMLExport::ExportTableLinesAutoStyles( const SwTableLines& rLines,
// If an absolute width is given, the table either has a fixed
// width, or the current width is known from the layout. In the
// later case, a base width is set in addition and must be used
- // to "absoultize" the relative column width.
+ // to "absolutize" the relative column width.
if( nAbsWidth )
{
sal_uInt32 nColAbsWidth = nWidth;