Fix typos
Change-Id: I1e962f882f0c1fbf6c919f2c9a97242eac9d69c1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112508 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
12d719d9df
commit
7246c1b497
1 changed files with 2 additions and 2 deletions
|
@ -44,12 +44,12 @@ enum class SmNodeType : int_fast16_t
|
||||||
Math, // operator value
|
Math, // operator value
|
||||||
Blank, // ~
|
Blank, // ~
|
||||||
Error, // Syntax error
|
Error, // Syntax error
|
||||||
Line, // a line of math untill newline
|
Line, // a line of math until newline
|
||||||
Expression, // { content in here }
|
Expression, // { content in here }
|
||||||
PolyLine, // ^
|
PolyLine, // ^
|
||||||
Root, // root node
|
Root, // root node
|
||||||
RootSymbol, // 3 of cubic root
|
RootSymbol, // 3 of cubic root
|
||||||
Rectangle, //just structual
|
Rectangle, //just structural
|
||||||
VerticalBrace, // vertical {}
|
VerticalBrace, // vertical {}
|
||||||
MathIdent // identities and variables
|
MathIdent // identities and variables
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue