diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-11-19 19:47:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-11-19 22:35:13 +0100 |
commit | 17fbd4c599443cd8623f7701bc171bdd42083955 (patch) | |
tree | d2241530c0e6f766c45361dd4fdb8cb5062b990e | |
parent | 0db3469808fb1a0ea4eae4911324190814a67c98 (diff) |
Fix typo
Change-Id: Ibc8c9e96d172eff616b946d3263e0bbe1ebc18fc
Reviewed-on: https://gerrit.libreoffice.org/83226
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | vcl/inc/unx/glyphcache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |