Fix typos

Change-Id: I4924e62af79ba225a4cc9ed2f1221111854318b9
Reviewed-on: https://gerrit.libreoffice.org/54883
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2018-05-27 15:54:25 +02:00 committed by Julien Nabet
parent 3fe61a95b9
commit c73c8475d0
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
* | '&' | '|'
* | '&&' | '||'
*
* The normal C order of precidence is supported.
* The normal C order of precedence is supported.
*
*
* External Entry Points:

View File

@ -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 );