From: Uwe Stöhr Date: Fri, 10 Dec 2010 06:25:52 +0000 (+0000) Subject: GuiTabular.cpp: typo X-Git-Tag: 2.0.0~1437 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ab883f647f5b86f1bb985590fab8a0654bc954f6;p=features.git GuiTabular.cpp: typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36805 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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