From 17fbd4c599443cd8623f7701bc171bdd42083955 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 19 Nov 2019 19:47:07 +0100 Subject: Fix typo Change-Id: Ibc8c9e96d172eff616b946d3263e0bbe1ebc18fc Reviewed-on: https://gerrit.libreoffice.org/83226 Tested-by: Jenkins Reviewed-by: Julien Nabet --- vcl/inc/unx/glyphcache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') 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 -- cgit