[LyX/master] Fix two typos in comments

Thibaut Cuvelier tcuvelier at lyx.org
Sun Nov 3 02:31:53 UTC 2024


commit 08d316491f4f46f34245814457ac8da9db1f8908
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Wed Oct 30 20:20:19 2024 +0100

    Fix two typos in comments
---
 src/mathed/MathParser.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mathed/MathParser.h b/src/mathed/MathParser.h
index 734a92f2f9..ef9472bf90 100644
--- a/src/mathed/MathParser.h
+++ b/src/mathed/MathParser.h
@@ -36,7 +36,7 @@ public:
 	char const * MathMLtype() const;
 	/// name of the macro or primitive
 	docstring name;
-	/// name of a inset that handles that macro
+	/// name of an inset that handles that macro
 	std::string inset;
 	/**
 	 * The string or symbol to draw.
@@ -48,7 +48,7 @@ public:
 	 * docstring argument.
 	 * If \p name is a known symbol, but the corresponding font is not
 	 * available, or if it is a function name, then \c draw contains a
-	 * regular UCS4 string (actuallay \c draw == \c name) that is painted
+	 * regular UCS4 string (actually \c draw == \c name) that is painted
 	 * on screen.
 	 */
 	docstring draw;


More information about the lyx-cvs mailing list