[Libreoffice-commits] core.git: starmath/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Mar 15 16:11:42 UTC 2021


 starmath/inc/nodetype.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7246c1b4971e780be8d027de5171f42cc0749c16
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Mar 15 13:33:46 2021 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Mar 15 17:11:02 2021 +0100

    Fix typos
    
    Change-Id: I1e962f882f0c1fbf6c919f2c9a97242eac9d69c1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112508
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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
 };


More information about the Libreoffice-commits mailing list