From 90291acefb06c34a85cb7fcfc3cb23faf980d0f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 1 Nov 2010 17:12:46 +0000 Subject: [PATCH] InsetTabular.cpp: typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35968 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index af0c510bf9..228503629a 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -854,7 +854,7 @@ void Tabular::updateIndexes() for (col_type column = 0; column < ncols(); ++column) { if (isPartOfMultiColumn(row, column)) continue; - // columnofcell nneds to be called before setting width and aligment + // columnofcell needs to be called before setting width and aligment // multirow cells inherit the width from the column width if (!isPartOfMultiRow(row, column)) { columnofcell[i] = column; -- 2.39.5