From 0a0b4d95da228cb0ae8a5af9b002f87232a8576f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 15 Sep 2020 11:13:50 +0200 Subject: Fix typo Change-Id: I0ee96ee32e419138811f19226e87d21107877d85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102717 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- vcl/source/gdi/salgdilayout.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/source/gdi/salgdilayout.cxx b/vcl/source/gdi/salgdilayout.cxx index 5758bfd2acec..02c316b7b39d 100644 --- a/vcl/source/gdi/salgdilayout.cxx +++ b/vcl/source/gdi/salgdilayout.cxx @@ -954,7 +954,7 @@ bool SalGraphics::CreateTTFfontSubset(vcl::AbstractTrueTypeFont& rTTF, const OSt // Also the much more complex PrintFontManager variant has this limit. // Also the very first implementation has the limit in // commit 8789ed701e98031f2a1657ea0dfd6f7a0b050992 - // - Why doesn't the PrintFontManager care about the fake glpyh? It + // - Why doesn't the PrintFontManager care about the fake glyph? It // is used on all unx platforms to create the subset font. // - Should the SAL_WARN actually be asserts, like on MacOS? if (nOrigGlyphCount > 256) -- cgit