starmath/source/cursor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fafb156b2dfe1169997b1546da7966355684f611 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Sep 8 21:33:46 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Sep 9 10:16:03 2023 +0200 Fix typo Change-Id: Ifac298898f2d36bcbaffb111346d1e9fa71b2e1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156758 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index ef4853cb22a4..c127c35f56c3 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -1105,7 +1105,7 @@ void SmCursor::Paste(vcl::Window* pWindow) auto aDataHelper(TransferableDataHelper::CreateFromClipboard(xClipboard)); if (aDataHelper.GetTransferable().is()) { - // TODO: Suppport MATHML + // TODO: Support MATHML auto nId = SotClipboardFormatId::STRING; if (aDataHelper.HasFormat(nId)) {