Fix two typos in comments

This commit is contained in:
Thibaut Cuvelier 2024-10-30 20:20:19 +01:00
parent 11cbc3c4a7
commit 08d316491f

View File

@ -36,7 +36,7 @@ public:
char const * MathMLtype() const; char const * MathMLtype() const;
/// name of the macro or primitive /// name of the macro or primitive
docstring name; docstring name;
/// name of a inset that handles that macro /// name of an inset that handles that macro
std::string inset; std::string inset;
/** /**
* The string or symbol to draw. * The string or symbol to draw.
@ -48,7 +48,7 @@ public:
* docstring argument. * docstring argument.
* If \p name is a known symbol, but the corresponding font is not * 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 * 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. * on screen.
*/ */
docstring draw; docstring draw;