summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-15 11:13:50 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-15 13:12:48 +0200
commit0a0b4d95da228cb0ae8a5af9b002f87232a8576f (patch)
treedc82aeea9f69ef3b6311712e9ce921bf38e78a48 /vcl
parent8d768405c85eb045ae78f8be151b22c2bde029e1 (diff)
Fix typo
Change-Id: I0ee96ee32e419138811f19226e87d21107877d85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102717 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/salgdilayout.cxx2
1 files changed, 1 insertions, 1 deletions
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)