]> git.lyx.org Git - features.git/commitdiff
Fix some typos
authorRichard Heck <rgheck@comcast.net>
Sun, 27 May 2007 04:02:54 +0000 (04:02 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 27 May 2007 04:02:54 +0000 (04:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18531 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/Dialog.h

index 143874d6aea71531339fe59f5e5f957f83c0dc90..0caa30381674b2bf64aeec46d43db38e1c529a7c 100644 (file)
@@ -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.