vcl/inc/unx/glyphcache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 17fbd4c599443cd8623f7701bc171bdd42083955 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Nov 19 19:47:07 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Nov 19 22:35:13 2019 +0100 Fix typo Change-Id: Ibc8c9e96d172eff616b946d3263e0bbe1ebc18fc Reviewed-on: https://gerrit.libreoffice.org/83226 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/inc/unx/glyphcache.hxx b/vcl/inc/unx/glyphcache.hxx index 547235a49f6c..a9a7e5709e71 100644 --- a/vcl/inc/unx/glyphcache.hxx +++ b/vcl/inc/unx/glyphcache.hxx @@ -68,7 +68,7 @@ namespace vcl { struct FontCapabilities; } * FreetypeFontInfo therefore is embedded in the Freetype subclass of PhysicalFontFace. * FreetypeFont is embedded in the Freetype subclass of LogicalFontInstance. * - * Nowadays there is not really a reason to have seperate files for the classes, as the FreetypeManager + * Nowadays there is not really a reason to have separate files for the classes, as the FreetypeManager * is just about handling of Freetype based fonts, not some abstract glyphs. * * One additional note: the byte-size based garbage collection of unused fonts can currently be assumed _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
