From 1a13804092f93dd77b081ea063856d9896838a51 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 4 Aug 2020 12:34:03 +0200 Subject: Fix typos Change-Id: Iedaac490a577d3582ea9ef5a105836eff8c2eaf5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100078 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- xmloff/qa/unit/text.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/qa') diff --git a/xmloff/qa/unit/text.cxx b/xmloff/qa/unit/text.cxx index 2a5c65e5c2d9..9e1aec16b803 100644 --- a/xmloff/qa/unit/text.cxx +++ b/xmloff/qa/unit/text.cxx @@ -49,7 +49,7 @@ CPPUNIT_TEST_FIXTURE(XmloffStyleTest, testMailMergeInEditeng) OUString aURL = m_directories.getURLFromSrc(DATA_DIRECTORY) + "mail-merge-editeng.odt"; getComponent() = loadFromDesktop(aURL); // Without the accompanying fix in place, this test would have failed, as unexpected - // in editeng text abored the whole import process. + // in editeng text aborted the whole import process. CPPUNIT_ASSERT(getComponent().is()); } -- cgit