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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 14 10:08:00 UTC 2020


 sw/qa/extras/ooxmlexport/ooxmlexport5.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4ff5a87609bb85d744c6f7155e2c5e69f5e0e63
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 12 17:32:02 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 14 12:07:24 2020 +0200

    Fix typo
    
    Change-Id: Icab23e9d5dbd70c15373b3fd228e8563b777af71
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94068
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 7f52e3f09e12..183cf5cf3b99 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -1271,7 +1271,7 @@ DECLARE_OOXMLEXPORT_TEST(testSpacingGroupShapeText, "tdf131775_SpacingGroupShape
 
 DECLARE_OOXMLEXPORT_TEST(testTdf112287, "tdf112287.docx")
 {
-    // tdf#131775: Check if correct spaceing.
+    // tdf#131775: Check if correct spacing.
 
     xmlDocUniquePtr pXmlDocument = parseExport("word/document.xml");
     if (!pXmlDocument)


More information about the Libreoffice-commits mailing list