include/sfx2/sidebar/TabBar.hxx | 2 +- sc/source/core/data/table4.cxx | 2 +- sfx2/uiconfig/ui/tabbarcontents.ui | 2 +- solenv/gcc-wrappers/wrapper.cxx | 2 +- starmath/inc/starmathdatabase.hxx | 2 +- sw/qa/extras/layout/layout2.cxx | 2 +- sw/source/core/doc/textboxhelper.cxx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-)
New commits: commit 528af529decf3ef28507ce4eaf26759547cb021d Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Nov 22 10:01:55 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sun Nov 22 21:05:03 2020 +0100 Fix typos Change-Id: I89ffb8e99aef3e71f723d25a757a26520dcdf71a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106337 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Jenkins diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx index 53135697230d..ebe80c7a59e7 100644 --- a/include/sfx2/sidebar/TabBar.hxx +++ b/include/sfx2/sidebar/TabBar.hxx @@ -91,7 +91,7 @@ public: private: css::uno::Reference<css::frame::XFrame> mxFrame; - // This unusual auxillary builder is because without a toplevel GtkWindow + // This unusual auxiliary builder is because without a toplevel GtkWindow // gtk will warn on loading a .ui with an accelerator defined, so use a // temporary toplevel to suppress that and move the contents after load std::unique_ptr<weld::Builder> mxAuxBuilder; diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx index a777aca898ae..d95ae658456b 100644 --- a/sc/source/core/data/table4.cxx +++ b/sc/source/core/data/table4.cxx @@ -2174,7 +2174,7 @@ void ScTable::FillSeries( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, // Source cell value. We need to clone the value since it may be inserted repeatedly. ScCellValue aSrcCell = aCol[nCol].GetCellValue(static_cast<SCROW>(nRow)); - // Maybe another source cell need to be searched, if the fill is going trough merged cells, + // Maybe another source cell need to be searched, if the fill is going through merged cells, // where overlapped parts does not contain any information, so they can be skipped. if (bSkipOverlappedCells) { diff --git a/sfx2/uiconfig/ui/tabbarcontents.ui b/sfx2/uiconfig/ui/tabbarcontents.ui index 34aa02d360df..1125db911a77 100644 --- a/sfx2/uiconfig/ui/tabbarcontents.ui +++ b/sfx2/uiconfig/ui/tabbarcontents.ui @@ -54,7 +54,7 @@ <property name="visible">True</property> <property name="can-focus">False</property> <child> - <object class="GtkSeparatorMenuItem" id="seperator2"> + <object class="GtkSeparatorMenuItem" id="separator2"> <property name="visible">True</property> <property name="can-focus">False</property> </object> diff --git a/solenv/gcc-wrappers/wrapper.cxx b/solenv/gcc-wrappers/wrapper.cxx index fabfbfc9b346..22a1b9488212 100644 --- a/solenv/gcc-wrappers/wrapper.cxx +++ b/solenv/gcc-wrappers/wrapper.cxx @@ -106,7 +106,7 @@ string processccargs(vector<string> rawargs, string &env_prefix, bool &verbose) // note: always use -debug so a PDB file is created string linkargs(" -link -debug"); - // instead of using synced PDB access (-FS), use inidividual PDB files based on output + // instead of using synced PDB access (-FS), use individual PDB files based on output const char *const pEnvIndividualPDBs(getenv("MSVC_USE_INDIVIDUAL_PDBS")); const bool bIndividualPDBs = (pEnvIndividualPDBs && !strcmp(pEnvIndividualPDBs, "TRUE")); diff --git a/starmath/inc/starmathdatabase.hxx b/starmath/inc/starmathdatabase.hxx index fcd0f6cd8c06..7841810aeb08 100644 --- a/starmath/inc/starmathdatabase.hxx +++ b/starmath/inc/starmathdatabase.hxx @@ -307,7 +307,7 @@ std::unique_ptr<SmColorTokenTableEntry> Identify_ColorName_Parser(const OUString * * This finds color values for the color names loaded by mathmlimport. * In theory mathml only supports HTML4 colors, but most browsers support all HTML5 colors. - * Thats why there is a hight risk of finding them inside mathml and have to give support. + * That's why there is an high risk of finding them inside mathml and have to give support. * * @param cColor * @param parser color diff --git a/sw/qa/extras/layout/layout2.cxx b/sw/qa/extras/layout/layout2.cxx index 7fd1ec915c16..fad78d5bb7ea 100644 --- a/sw/qa/extras/layout/layout2.cxx +++ b/sw/qa/extras/layout/layout2.cxx @@ -2545,7 +2545,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, testTdf137185) CPPUNIT_ASSERT_EQUAL(OUString("Align me!"), xTextFrame->getText()->getString()); CPPUNIT_ASSERT_EQUAL(OUString(), xTxt->getText()->getString()); - // Before the patch it failled, because the text appeared 2 times on each other. + // Before the patch it failed, because the text appeared 2 times on each other. } CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, testTdf135035) diff --git a/sw/source/core/doc/textboxhelper.cxx b/sw/source/core/doc/textboxhelper.cxx index 14fa5932bf51..476089bc8723 100644 --- a/sw/source/core/doc/textboxhelper.cxx +++ b/sw/source/core/doc/textboxhelper.cxx @@ -58,7 +58,7 @@ void SwTextBoxHelper::create(SwFrameFormat* pShape, bool bCopyText) if (pShape->GetAttrSet().HasItem(RES_CNTNT) && pShape->GetOtherTextBoxFormat()) return; - // Store the current text conent of the shape + // Store the current text content of the shape OUString sCopyableText; if (bCopyText) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits