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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 3 17:09:49 UTC 2021


 sw/qa/core/tox/tox.cxx                  |    2 +-
 sw/qa/uitest/writer_tests7/tdf140117.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ece0fb55c723816f367155c9a628b01ca6448994
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Mar 2 12:29:36 2021 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Mar 3 18:09:08 2021 +0100

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

diff --git a/sw/qa/core/tox/tox.cxx b/sw/qa/core/tox/tox.cxx
index d10a996036a2..127cb4b06e7f 100644
--- a/sw/qa/core/tox/tox.cxx
+++ b/sw/qa/core/tox/tox.cxx
@@ -154,7 +154,7 @@ CPPUNIT_TEST_FIXTURE(Test, testAuthorityTableURLDeduplication)
     // Without the accompanying fix in place, this test would have failed with:
     // - Expected: AT: Author, Title, , http://www.example.com/test2.pdf
     // - Actual  : AT: Author, Title, , http://www.example.com/test.pdf
-    // i.e. test.pdf was mentionted twice, without deduplication.
+    // i.e. test.pdf was mentioned twice, without deduplication.
     CPPUNIT_ASSERT_EQUAL(OUString("AT: Author, Title, , http://www.example.com/test2.pdf"),
                          getParagraph(4)->getString());
 }
diff --git a/sw/qa/uitest/writer_tests7/tdf140117.py b/sw/qa/uitest/writer_tests7/tdf140117.py
index 75b9c6c2ff8a..c86d11091364 100644
--- a/sw/qa/uitest/writer_tests7/tdf140117.py
+++ b/sw/qa/uitest/writer_tests7/tdf140117.py
@@ -49,7 +49,7 @@ class tdf140117(UITestCase):
 
                 # Option "same content on left and right pages" is false again.
                 # This was "right" instead of keeping the header content disabled
-                # temporarily for the second interation of the loop.
+                # temporarily for the second interaction of the loop.
                 elif i == 2:
                         self.assertEqual("XXXXleft", xHeaderLeftText)
 


More information about the Libreoffice-commits mailing list