From a27b1b41067323ef0e47000f22353064110fe950 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 27 May 2007 04:02:54 +0000 Subject: [PATCH] Fix some typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18531 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/controllers/Dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/controllers/Dialog.h b/src/frontends/controllers/Dialog.h index 143874d6ae..0caa303816 100644 --- a/src/frontends/controllers/Dialog.h +++ b/src/frontends/controllers/Dialog.h @@ -73,7 +73,7 @@ public: 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. */ @@ -164,7 +164,7 @@ public: /** The lfun that is sent for applying the data. * * 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. * It should be used in dispatchParams(), too for consistency reasons. * \returns the lfun that is sent for applying the data. -- 2.39.2