diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-09-12 10:32:41 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-09-12 21:00:48 +0200 |
commit | f7a837dedc1a44f2153ace7b587275dbd4718df1 (patch) | |
tree | fcd10985b408870cf83c4aa5d3c03820bac154a8 /vcl/inc/font | |
parent | a6c272bff62f6ec215a11c61fd319784299a12ba (diff) |
Fix typo
Change-Id: I9f22a63b912bbb2f12d9ff2d637cab0bb7c9707e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139789
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/inc/font')
-rw-r--r-- | vcl/inc/font/PhysicalFontFace.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/font/PhysicalFontFace.hxx b/vcl/inc/font/PhysicalFontFace.hxx index 8521ce752f32..706f7c68510e 100644 --- a/vcl/inc/font/PhysicalFontFace.hxx +++ b/vcl/inc/font/PhysicalFontFace.hxx @@ -112,7 +112,7 @@ public: bool IsBetterMatch(const vcl::font::FontSelectPattern&, FontMatchStatus&) const; sal_Int32 CompareIgnoreSize(const PhysicalFontFace&) const; - // CreateFontSubset: a method to get a subset of glyhps of a font inside a + // CreateFontSubset: a method to get a subset of glyphs of a font inside a // new valid font file // returns true if creation of subset was successful // parameters: rToFile: contains an osl file URL to write the subset to |