sw/qa/extras/uiwriter/uiwriter3.cxx                        |    2 +-
 writerfilter/qa/cppunittests/dmapper/DomainMapper_Impl.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 80d00b3eec3a7811c0139afe0ea749cc319ce7b9
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Feb 9 12:38:45 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Feb 9 19:17:51 2022 +0100

    Fix typo
    
    Change-Id: Ic5e211c4802cedde313d5e03859bb6d3b6be48ca
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129718
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx 
b/sw/qa/extras/uiwriter/uiwriter3.cxx
index a0a2d5c67467..6a53c94a5091 100644
--- a/sw/qa/extras/uiwriter/uiwriter3.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter3.cxx
@@ -686,7 +686,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf147206)
     SwTransferable::PasteFormat(*pWrtShell, helper, SotClipboardFormatId::RTF);
     Scheduler::ProcessEventsToIdle();
 
-    // check hyperlinkering
+    // check hyperlinking
     CPPUNIT_ASSERT_EQUAL(
         headingLink, getProperty<OUString>(getRun(getParagraph(1), 1, 
"abc\t1"), "HyperLinkURL"));
     CPPUNIT_ASSERT_EQUAL(
diff --git a/writerfilter/qa/cppunittests/dmapper/DomainMapper_Impl.cxx 
b/writerfilter/qa/cppunittests/dmapper/DomainMapper_Impl.cxx
index 962aa63f9ebc..a161c3514a17 100644
--- a/writerfilter/qa/cppunittests/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/qa/cppunittests/dmapper/DomainMapper_Impl.cxx
@@ -277,7 +277,7 @@ CPPUNIT_TEST_FIXTURE(Test, testPasteOle)
     uno::Reference<container::XEnumeration> xParaEnum = 
xParaEnumAccess->createEnumeration();
     xParaEnum->nextElement();
     // Without the accompanying fix in place, this test would have failed, as 
the paste result was a
-    // single paragaph, containing the OLE object, and the content after the 
OLE object was lost.
+    // single paragraph, containing the OLE object, and the content after the 
OLE object was lost.
     CPPUNIT_ASSERT(xParaEnum->hasMoreElements());
     xParaEnum->nextElement();
     CPPUNIT_ASSERT(xParaEnum->hasMoreElements());

Reply via email to