summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-09-30 12:58:28 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-09-30 13:14:55 +0200
commitf401545131119de63f38a7c4f0877405a040292c (patch)
tree1fc6f7b61f2c03c9098db21e4e49cdad9314d2f0
parentcd0337df5e8d5b0ada76eff847c36146fc9704b7 (diff)
Fix typo
Change-Id: I178b1612466971a139817aee217a80cc19449291 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157427 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--starmath/source/dialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index 8061e8f53f25..bacc84fcba87 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -91,7 +91,7 @@ vcl::Font lclGetSymbolFont(const SmViewShell& rViewShell, const SmSym &rSymbol)
if (pDoc)
{
// If we have a document, we want to render the symbol using the font and style used in
- // the documnet, so we do that by creating a node and preparing it, then get the resolved
+ // the document, so we do that by creating a node and preparing it, then get the resolved
// font and style from it.
SmToken token(TSPECIAL, '\0', "%" + rSymbol.GetUiName());
SmSpecialNode aNode(token);