summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmltbli.cxx')
-rw-r--r--sw/source/filter/xml/xmltbli.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index b33d19fa8a55..2d9877396a51 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -2394,7 +2394,7 @@ void SwXMLTableContext::MakeTable_( SwTableBox *pBox )
{
// This happens only for percentage values for the table itself.
// In this case, the columns get the correct width even if
- // the sum of the relative withs is smaller than the available
+ // the sum of the relative widths is smaller than the available
// width in TWIP. Therefore, we can use the relative width.
m_nWidth = nRelWidth > USHRT_MAX ? USHRT_MAX : nRelWidth;
}