vcl/source/gdi/embeddedfontshelper.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5f3253cd445fd1a881931111dc192fe4a3e5a9a6 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Jun 19 19:21:12 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Jun 19 20:48:07 2023 +0200 Fix typo Change-Id: If782f7310b1c1b7e7855a6b6050ebe9acdf4da20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153297 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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;