From: Vincent van Ravesteijn Date: Sun, 13 Feb 2011 09:59:14 +0000 (+0000) Subject: Typos in the comment. X-Git-Tag: 2.0.0~770 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a80599aa4d8d6740472f1fd67aeacfdadfaa114b;hp=a5be70af87123df1af5e2cdd1d713581cd69ba37;p=lyx.git Typos in the comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37626 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiDialog.h b/src/frontends/qt4/GuiDialog.h index 44c7596f3c..1e95fc5e37 100644 --- a/src/frontends/qt4/GuiDialog.h +++ b/src/frontends/qt4/GuiDialog.h @@ -24,7 +24,7 @@ namespace frontend { /// Base class for historical LyX dialogs. /** * \warning New dialogs should use the leaner classes \c DialogView or - * \c DockView depending on the intent. Eventally, old dialog should be + * \c DockView depending on the intent. Eventually, old dialogs should be * converted to \c DialogView too. */ class GuiDialog : public QDialog, public Dialog