diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-27 15:54:25 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-27 20:26:31 +0200 |
commit | c73c8475d05ee1ccc9a53ee1bf68313f52bb45a5 (patch) | |
tree | be765388d10ddaa5cd8eae622979ac35cb222ba9 /vcl/source/font | |
parent | 3fe61a95b90773b8e4df2cb68b83109f630526ad (diff) |
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>
Diffstat (limited to 'vcl/source/font')
-rw-r--r-- | vcl/source/font/PhysicalFontCollection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |