summaryrefslogtreecommitdiff
path: root/sw/source/core/table/swnewtable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/table/swnewtable.cxx')
-rw-r--r--sw/source/core/table/swnewtable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/table/swnewtable.cxx b/sw/source/core/table/swnewtable.cxx
index ad4eec6dd668..23edc85fee3f 100644
--- a/sw/source/core/table/swnewtable.cxx
+++ b/sw/source/core/table/swnewtable.cxx
@@ -257,7 +257,7 @@ static void lcl_ChangeRowSpan( const SwTable& rTable, const long nDiff,
do
{
bGoOn = false; // will be set to true if we found a non-master cell
- // which has to be manipulated => we have to chekc the previous row, too.
+ // which has to be manipulated => we have to check the previous row, too.
const SwTableLine* pLine = rTable.GetTabLines()[ nRowIdx ];
sal_uInt16 nBoxCount = pLine->GetTabBoxes().size();
for( sal_uInt16 nCurrBox = 0; nCurrBox < nBoxCount; ++nCurrBox )