[Libreoffice-commits] core.git: soltools/mkdepend vcl/source

Andrea Gelmini andrea.gelmini at gelma.net
Sun May 27 18:26:52 UTC 2018


 soltools/mkdepend/ifparser.h               |    2 +-
 vcl/source/font/PhysicalFontCollection.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c73c8475d05ee1ccc9a53ee1bf68313f52bb45a5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sun May 27 15:54:25 2018 +0200

    Fix typos
    
    Change-Id: I4924e62af79ba225a4cc9ed2f1221111854318b9
    Reviewed-on: https://gerrit.libreoffice.org/54883
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list