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

New commits:
commit b6e2576798c48eba907a20728afb83fdafe51ee6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Sep 30 12:57:52 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Sep 30 13:14:15 2023 +0200

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

diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index 1a89b52c4110..778baaa74dca 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -1871,7 +1871,7 @@ void SmTextNode::Prepare(const SmFormat &rFormat, const 
SmDocShell &rDocShell, i
     if (maText.getLength() == 1 && GetToken().aText[0] == ':')
         Attributes() &= ~FontAttribute::Italic;
 
-    // Arabic text should not be italic, so we check for any charcter in 
Arabic script and
+    // Arabic text should not be italic, so we check for any character in 
Arabic script and
     // remove italic attribute.
     if (!maText.isEmpty())
     {

Reply via email to