From 1c1b0de5421f2bdb3baed276283ae0e4fc3ff1d9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 29 Jan 2018 14:11:16 +0100 Subject: Fix typos Change-Id: Ie4c8076dc48bc02af9308fbf20972df598306dbf Reviewed-on: https://gerrit.libreoffice.org/48834 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- 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(-) 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 ); -- cgit