From 80d00b3eec3a7811c0139afe0ea749cc319ce7b9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 9 Feb 2022 12:38:45 +0100 Subject: Fix typo Change-Id: Ic5e211c4802cedde313d5e03859bb6d3b6be48ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129718 Tested-by: Jenkins Reviewed-by: Julien Nabet --- writerfilter/qa/cppunittests/dmapper/DomainMapper_Impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'writerfilter') 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 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()); -- cgit