From cd0337df5e8d5b0ada76eff847c36146fc9704b7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 30 Sep 2023 12:58:16 +0200 Subject: Fix typo Change-Id: I4bfea09a6f400e49af47cd898ec2941c44430fb1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157426 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- starmath/source/dialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath') diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 585f5a0df475..8061e8f53f25 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -90,7 +90,7 @@ vcl::Font lclGetSymbolFont(const SmViewShell& rViewShell, const SmSym &rSymbol) const SmDocShell* pDoc = rViewShell.GetDoc(); if (pDoc) { - // If we have a document, we want to render the symbol useing the font and style used in + // 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 // font and style from it. SmToken token(TSPECIAL, '\0', "%" + rSymbol.GetUiName()); -- cgit