From ab883f647f5b86f1bb985590fab8a0654bc954f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 10 Dec 2010 06:25:52 +0000 Subject: [PATCH] GuiTabular.cpp: typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36805 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiTabular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiTabular.cpp b/src/frontends/qt4/GuiTabular.cpp index 7ec5c9f6c5..b65d2ea5a6 100644 --- a/src/frontends/qt4/GuiTabular.cpp +++ b/src/frontends/qt4/GuiTabular.cpp @@ -191,7 +191,7 @@ void GuiTabular::on_interlinespaceCO_activated(int index) void GuiTabular::checkEnabled() { - // if there is a LaTeX argument, the width and alignment will be overwrtitten + // if there is a LaTeX argument, the width and alignment will be overwritten // therefore disable them in this case widthED->setEnabled(specialAlignmentED->text().isEmpty()); // if the column has a width, multirows are always left-aligned -- 2.39.2