Kaydet (Commit) c73c8475 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I4924e62af79ba225a4cc9ed2f1221111854318b9
Reviewed-on: https://gerrit.libreoffice.org/54883Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 3fe61a95
......@@ -48,7 +48,7 @@
* | '&' | '|'
* | '&&' | '||'
*
* The normal C order of precidence is supported.
* The normal C order of precedence is supported.
*
*
* External Entry Points:
......
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment