diff options
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/nodetype.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/nodetype.hxx b/starmath/inc/nodetype.hxx index f59e02895d4f..f0bf28cece67 100644 --- a/starmath/inc/nodetype.hxx +++ b/starmath/inc/nodetype.hxx @@ -44,12 +44,12 @@ enum class SmNodeType : int_fast16_t Math, // operator value Blank, // ~ Error, // Syntax error - Line, // a line of math untill newline + Line, // a line of math until newline Expression, // { content in here } PolyLine, // ^ Root, // root node RootSymbol, // 3 of cubic root - Rectangle, //just structual + Rectangle, //just structural VerticalBrace, // vertical {} MathIdent // identities and variables }; |