]> git.lyx.org Git - features.git/commitdiff
GuiTabular.cpp: typo
authorUwe Stöhr <uwestoehr@web.de>
Fri, 10 Dec 2010 06:25:52 +0000 (06:25 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 10 Dec 2010 06:25:52 +0000 (06:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36805 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiTabular.cpp

index 7ec5c9f6c5a46d7eddefc51dcd4420b94416d289..b65d2ea5a6f236fa0265f6ac1480b93eee0ded9e 100644 (file)
@@ -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