[Libreoffice-commits] core.git: vcl/inc
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Nov 19 21:36:32 UTC 2019
vcl/inc/unx/glyphcache.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 17fbd4c599443cd8623f7701bc171bdd42083955
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Nov 19 19:47:07 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list