vcl/inc/font/PhysicalFontFace.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f7a837dedc1a44f2153ace7b587275dbd4718df1 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Sep 12 10:32:41 2022 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Mon Sep 12 21:00:48 2022 +0200 Fix typo Change-Id: I9f22a63b912bbb2f12d9ff2d637cab0bb7c9707e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139789 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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
