Typos in the comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37626 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2011-02-13 09:59:14 +00:00
parent a5be70af87
commit a80599aa4d

View File

@ -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