starmath/source/parse5.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 78a4e18b594b7c5be371284dcb24ac1d9b556a2d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Feb 28 00:34:54 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Feb 28 08:53:15 2025 +0100

    Fix typo
    
    Change-Id: I706c13611ffc7ef8d8cad48366afe4665514e9c7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182342
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/starmath/source/parse5.cxx b/starmath/source/parse5.cxx
index 5c18d9e32e5e..87f82bb19d89 100644
--- a/starmath/source/parse5.cxx
+++ b/starmath/source/parse5.cxx
@@ -364,7 +364,7 @@ OUString encloseOrEscapeLiteral(const OUString& string, 
bool force)
 
     OUString resultString = result.makeStringAndClear();
     const SmTokenTableEntry* tkn = GetTokenTableEntry(resultString);
-    // excluding function and operator as they take arguments and can't treat 
them as litral or else arguments are not displayed correctly
+    // excluding function and operator as they take arguments and can't treat 
them as literal or else arguments are not displayed correctly
     if (tkn && tkn->nGroup != TG::Function && tkn->nGroup != TG::Oper)
     {
         resultString = "\"" + resultString + "\"";

Reply via email to