[Libreoffice-commits] core.git: include/i18nlangtag odk/config sc/inc sc/source sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Jan 29 14:34:49 UTC 2018


 include/i18nlangtag/languagetag.hxx |    2 +-
 odk/config/cfgWin.js                |    2 +-
 sc/inc/funcdesc.hxx                 |    2 +-
 sc/source/ui/docshell/tablink.cxx   |    2 +-
 sw/source/core/frmedt/fefly1.cxx    |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 1c1b0de5421f2bdb3baed276283ae0e4fc3ff1d9
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Jan 29 14:11:16 2018 +0100

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

diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx
index f337d147b414..1bab1806e959 100644
--- a/include/i18nlangtag/languagetag.hxx
+++ b/include/i18nlangtag/languagetag.hxx
@@ -255,7 +255,7 @@ public:
      */
     bool                            isValidBcp47() const;
 
-    /** If this tag was contructed as an empty tag denoting the system locale.
+    /** If this tag was constructed as an empty tag denoting the system locale.
       */
     bool                            isSystemLocale() const { return mbSystemLocale;}
 
diff --git a/odk/config/cfgWin.js b/odk/config/cfgWin.js
index 2267a0dc3d93..c0ec457f3ed4 100644
--- a/odk/config/cfgWin.js
+++ b/odk/config/cfgWin.js
@@ -751,7 +751,7 @@ function getOutputDir()
 				stdout.WriteLine("\n Error: your specified output directory " +
 								 "\"" + sDir + "\" " +
 								 "contains one or more spaces.\n        That " +
-								 "causes problems with gnu make. Please specifiy" +
+								 "causes problems with gnu make. Please specify" +
 								 " a directory without spaces.");
 				bSkip = true;
 			}
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx
index feabadf9bb82..191c3cd488cc 100644
--- a/sc/inc/funcdesc.hxx
+++ b/sc/inc/funcdesc.hxx
@@ -383,7 +383,7 @@ public:
     /**
       Maps Etoken to character
 
-      Used for retrieving characters for parantheses and separators.
+      Used for retrieving characters for parentheses and separators.
 
       @param _eToken
       token for which, the corresponding character is retrieved
diff --git a/sc/source/ui/docshell/tablink.cxx b/sc/source/ui/docshell/tablink.cxx
index c9cbdba7ec3c..f8dd7e3390ef 100644
--- a/sc/source/ui/docshell/tablink.cxx
+++ b/sc/source/ui/docshell/tablink.cxx
@@ -178,7 +178,7 @@ bool ScTableLink::Refresh(const OUString& rNewFile, const OUString& rNewFilter,
     //  if new filter has been selected, forget options
     if (aFilterName != rNewFilter)
         aOptions.clear();
-    if ( pNewOptions )                  // options hard-specfied?
+    if ( pNewOptions )                  // options hard-specified?
         aOptions = *pNewOptions;
 
     //  always create ItemSet, so that DocShell can set the options
diff --git a/sw/source/core/frmedt/fefly1.cxx b/sw/source/core/frmedt/fefly1.cxx
index 2cbeeeb4a3bc..4f07014e2fc8 100644
--- a/sw/source/core/frmedt/fefly1.cxx
+++ b/sw/source/core/frmedt/fefly1.cxx
@@ -1023,7 +1023,7 @@ bool SwFEShell::GetFlyFrameAttr( SfxItemSet &rSet ) const
         if ( RndStdIds::FLY_AT_PAGE != eType )
         {
             // OD 12.11.2003 #i22341# - content anchor of anchor item is needed.
-            // Thus, don't overwrite anchor item by default contructed anchor item.
+            // Thus, don't overwrite anchor item by default constructed anchor item.
             if ( RndStdIds::FLY_AS_CHAR == eType )
             {
                 rSet.ClearItem( RES_OPAQUE );


More information about the Libreoffice-commits mailing list