summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-07-18 10:00:15 +0200
committerMichael Stahl <mstahl@redhat.com>2017-07-18 14:47:19 +0200
commite56596e009c11ec6118a126ac560e87d754ae15b (patch)
tree933f2b06738251ce0a81a5f98bb3a60cce9e44c9 /sw
parent098b685e901974dc9d0248b6e2fd06644c954e84 (diff)
Fix typos
Change-Id: If6023dfa1d90f79185197622a738373a189ea6af Reviewed-on: https://gerrit.libreoffice.org/40118 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/html/htmltab.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmltab.cxx b/sw/source/filter/html/htmltab.cxx
index 78266380d0fd..6fd697426cb4 100644
--- a/sw/source/filter/html/htmltab.cxx
+++ b/sw/source/filter/html/htmltab.cxx
@@ -1992,7 +1992,7 @@ void HTMLTable::InsertCell( HTMLTableCnts *pCnts,
sal_uInt16 nRowsReq = m_nCurrentRow + nRowSpan;
sal_uInt16 i, j;
- // if we need more colums than we currently have, we need to add cells for all rows
+ // if we need more columns than we currently have, we need to add cells for all rows
if( m_nCols < nColsReq )
{
for( i=m_nCols; i<nColsReq; i++ )