From 5f3253cd445fd1a881931111dc192fe4a3e5a9a6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Jun 2023 19:21:12 +0200 Subject: Fix typo Change-Id: If782f7310b1c1b7e7855a6b6050ebe9acdf4da20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153297 Tested-by: Jenkins Reviewed-by: Julien Nabet --- vcl/source/gdi/embeddedfontshelper.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl') 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 FontList; -- cgit