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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 7 10:40:10 UTC 2020


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

New commits:
commit cdb1671d05ffebf4ff1a02bc6383fec71e8f827c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jul 7 11:52:27 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 7 12:39:31 2020 +0200

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

diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 94cd82d26782..8aee5a95a6fe 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -2853,7 +2853,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf134146)
     // Without the accompanying fix in place, this test would have failed with:
     // - Expected: 14
     // - Actual  : 13
-    // i.e. the Y axis title didn't break to multilple lines.
+    // i.e. the Y axis title didn't break to multiple lines.
     assertXPath(pXmlDoc, "//textarray", 14);
 }
 


More information about the Libreoffice-commits mailing list