[Libreoffice-commits] core.git: sw/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 27 18:31:57 UTC 2020


 sw/qa/extras/ooxmlexport/ooxmlexport5.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 44ede0e8a76562ea3f9d2612472b7a2cac14a37e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Apr 21 17:17:59 2020 +0200
Commit:     Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Mon Apr 27 20:31:22 2020 +0200

    Fix typo
    
    Change-Id: I90152d94067c6ba0daa473fa069dddbc0988e306
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92644
    Tested-by: Jenkins
    Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 8f800ef1a17d..534eb7f34f0f 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -1243,9 +1243,9 @@ DECLARE_OOXMLEXPORT_TEST(testNonBMPChar, "nonbmpchar.docx")
     CPPUNIT_ASSERT_EQUAL(aExpected, xTextRange1->getString());
 }
 
-DECLARE_OOXMLEXPORT_TEST(testSpaceingGroupShapeText, "tdf131775_SpacingGroupShapeText.docx")
+DECLARE_OOXMLEXPORT_TEST(testSpacingGroupShapeText, "tdf131775_SpacingGroupShapeText.docx")
 {
-    // tdf#131775: Check if correct spaceing.
+    // tdf#131775: Check if correct spacing.
 
     xmlDocPtr pXmlDocument = parseExport("word/document.xml");
     if (!pXmlDocument)


More information about the Libreoffice-commits mailing list