summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-09-30 12:57:52 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-09-30 13:14:15 +0200
commitb6e2576798c48eba907a20728afb83fdafe51ee6 (patch)
tree6730d6f619e89d1e86adcc4a6fd45095e7026470 /starmath
parentc499f5224e182b5053cd043b4678f1032ac62cbb (diff)
Fix typo
Change-Id: I906deadf53e1c564c786e5b5f8184e706c4dbdec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157425 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/node.cxx2
1 files changed, 1 insertions, 1 deletions
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())
{