[Libreoffice-commits] core.git: vcl/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 15 11:13:25 UTC 2020


 vcl/source/gdi/salgdilayout.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0a0b4d95da228cb0ae8a5af9b002f87232a8576f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Sep 15 11:13:50 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Sep 15 13:12:48 2020 +0200

    Fix typo
    
    Change-Id: I0ee96ee32e419138811f19226e87d21107877d85
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102717
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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)


More information about the Libreoffice-commits mailing list