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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 18 18:02:43 UTC 2020


 sc/qa/unit/copy_paste_test.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5aec36e65c8ac19df6d6d745256b7d6708de6c11
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Nov 17 23:56:08 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Nov 18 19:02:01 2020 +0100

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

diff --git a/sc/qa/unit/copy_paste_test.cxx b/sc/qa/unit/copy_paste_test.cxx
index 87d8311bdc9b..6c91afad30ea 100644
--- a/sc/qa/unit/copy_paste_test.cxx
+++ b/sc/qa/unit/copy_paste_test.cxx
@@ -841,7 +841,7 @@ void ScCopyPasteTest::tdf113500_autofillMixed()
 
     // compare the results of fill-right / -left with the reference stored in the test file
     // this compares the whole area blindly, for specific test cases, check the test file
-    // do not check the 3. row: a1,b2,a3. It is an other bug to fix
+    // do not check the 3. row: a1,b2,a3. It is another bug to fix
     for (int nCol = 1; nCol <= 9; nCol++)
     {
         for (int nRow = 5; nRow <= 6; nRow++)
@@ -857,7 +857,7 @@ void ScCopyPasteTest::tdf113500_autofillMixed()
     }
 
     // compare the results of fill-up / -down
-    // do not check the 2. column: 1st,3st. It is an other bug to fix
+    // do not check the 2. column: 1st,3st. It is another bug to fix
     for (int nCol = 1; nCol <= 3; nCol+=2)
     {
         for (int nRow = 16; nRow <= 21; nRow++)


More information about the Libreoffice-commits mailing list