sd/qa/unit/tiledrendering/tiledrendering.cxx |    2 +-
 sw/qa/extras/uiwriter/uiwriter.cxx           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5eb3947c949ae8b68219e91af98b7eb1a5834d37
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Jun 3 17:31:07 2020 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 3 18:58:56 2020 +0200

    Fix typos
    
    Change-Id: I111334adcf8b9b9553c585ab9669cf2cbdb909cc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95444
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx 
b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index e2f88363bc48..8eef1f6733dd 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -278,7 +278,7 @@ void lcl_convertRectangle(const OUString& rString, 
::tools::Rectangle& rRectangl
     rRectangle.setHeight(aSeq[3].toInt32());
 }
 
-} // end anonymouse namespace
+} // end anonymous namespace
 
 void SdTiledRenderingTest::callbackImpl(int nType, const char* pPayload)
 {
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx 
b/sw/qa/extras/uiwriter/uiwriter.cxx
index bb0d12aa7804..91e493af1960 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -7301,7 +7301,7 @@ void SwUiWriterTest::testTdf133589()
     sReplaced += u"𐳀𐳥𐳥𐳛𐳚 ";
     CPPUNIT_ASSERT_EQUAL(sReplaced, 
static_cast<SwTextNode*>(pDoc->GetNodes()[nIndex])->GetText());
     // disambiguate consonants: kosszarv -> kos|szarv
-    // (add explicite ZWSP temporarily for consonant disambiguation, because 
the requested
+    // (add explicit ZWSP temporarily for consonant disambiguation, because 
the requested
     // hu_HU hyphenation dictionary isn't installed on all testing platform)
     // pWrtShell->Insert(u"kosszarv");
     pWrtShell->Insert(u"kos​szarv");
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to