Fix some typos

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18531 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-05-27 04:02:54 +00:00
parent 437e5bebf3
commit a27b1b4106

View File

@ -73,7 +73,7 @@ public:
void redraw(); void redraw();
//@} //@}
/** Check wether we may apply our data. /** Check whether we may apply our data.
* *
* The buttons are disabled if not and (re-)enabled if yes. * The buttons are disabled if not and (re-)enabled if yes.
*/ */
@ -164,7 +164,7 @@ public:
/** The lfun that is sent for applying the data. /** The lfun that is sent for applying the data.
* *
* This method is used by the default implementation of canApply() * This method is used by the default implementation of canApply()
* for buffer dependant dialogs that send one lfun when applying the * for buffer dependent dialogs that send one lfun when applying the
* data. * data.
* It should be used in dispatchParams(), too for consistency reasons. * It should be used in dispatchParams(), too for consistency reasons.
* \returns the lfun that is sent for applying the data. * \returns the lfun that is sent for applying the data.