diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-06-19 19:21:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-06-19 20:48:07 +0200 |
commit | 5f3253cd445fd1a881931111dc192fe4a3e5a9a6 (patch) | |
tree | 83f5b20022d1f497f709f8d8fec592fb90eb3bfc /vcl | |
parent | 558892a77d8532edbb7fcd311f7dbd18a8fa7f90 (diff) |
Fix typo
Change-Id: If782f7310b1c1b7e7855a6b6050ebe9acdf4da20
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153297
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/embeddedfontshelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/embeddedfontshelper.cxx b/vcl/source/gdi/embeddedfontshelper.cxx index afddbf41387c..aeff3c8c2efc 100644 --- a/vcl/source/gdi/embeddedfontshelper.cxx +++ b/vcl/source/gdi/embeddedfontshelper.cxx @@ -263,8 +263,8 @@ OUString EmbeddedFontsHelper::fontFileUrl( std::u16string_view familyName, FontF vcl::font::PhysicalFontFace* selected = nullptr; // Maybe we don't find the perfect match for the font. E.G. we have fonts with the same family name - // but not same bold or italic etc.. - // In this case we add all the fonts having the family name of tyhe used font: + // but not same bold or italic etc... + // In this case we add all the fonts having the family name of the used font: // - we store all these fonts in familyNameFonts during loop // - if we haven't found the perfect match we store all fonts in familyNameFonts typedef std::vector<vcl::font::PhysicalFontFace*> FontList; |