commit c10aa3064fe9d4009a46ce51bbdd8d3d97c62d75
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Thu Jan 7 12:36:36 2021 +0100

    typo
---
 src/Cursor.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Cursor.h b/src/Cursor.h
index 6f4ac22..f549047 100644
--- a/src/Cursor.h
+++ b/src/Cursor.h
@@ -277,7 +277,7 @@ public:
        void message(docstring const & msg) const;
        /// display an error message
        void errorMessage(docstring const & msg) const;
-       /// get the resut of the last dispatch
+       /// get the result of the last dispatch
        DispatchResult const & result() const;
 
        /// Set the cursor language from current input method language
@@ -286,7 +286,7 @@ public:
         * or partial match with the whole list of languages.
         */
        void setLanguageFromInput();
-       /// Set the current font of the cursor from its location. 
+       /// Set the current font of the cursor from its location.
        void setCurrentFont();
 
        /**
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to