From c73c8475d05ee1ccc9a53ee1bf68313f52bb45a5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 27 May 2018 15:54:25 +0200 Subject: [PATCH] Fix typos Change-Id: I4924e62af79ba225a4cc9ed2f1221111854318b9 Reviewed-on: https://gerrit.libreoffice.org/54883 Tested-by: Jenkins Reviewed-by: Julien Nabet --- soltools/mkdepend/ifparser.h | 2 +- vcl/source/font/PhysicalFontCollection.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/soltools/mkdepend/ifparser.h b/soltools/mkdepend/ifparser.h index 5c3c0dbb6b79..25da651c158a 100644 --- a/soltools/mkdepend/ifparser.h +++ b/soltools/mkdepend/ifparser.h @@ -48,7 +48,7 @@ * | '&' | '|' * | '&&' | '||' * - * The normal C order of precidence is supported. + * The normal C order of precedence is supported. * * * External Entry Points: diff --git a/vcl/source/font/PhysicalFontCollection.cxx b/vcl/source/font/PhysicalFontCollection.cxx index fcdef005dfdd..343f6054364f 100644 --- a/vcl/source/font/PhysicalFontCollection.cxx +++ b/vcl/source/font/PhysicalFontCollection.cxx @@ -1182,7 +1182,7 @@ PhysicalFontFamily* PhysicalFontCollection::FindFontFamily( FontSelectPattern& r utl::FontSubstConfiguration::getMapName( aSearchName, aTempShortName, aTempFamilyName, eTempWeight, eTempWidth, nTempType ); - // use a shortend token name if available + // use a shortened token name if available if( aTempShortName != aSearchName ) { PhysicalFontFamily* pFoundData = ImplFindFontFamilyBySearchName( aTempShortName );