mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
Fix two typos in comments
This commit is contained in:
parent
11cbc3c4a7
commit
08d316491f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user