summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-17 23:56:08 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-11-18 19:02:01 +0100
commit5aec36e65c8ac19df6d6d745256b7d6708de6c11 (patch)
treebfb935906efb48b03507398e83d27e1c06ced611 /sc
parente58213ebfc60d639198ce86723878c6d948d8170 (diff)
Fix typo
Change-Id: I39e78f7b36a32b0b111d5b686730a3aff9665b9a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106034 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/copy_paste_test.cxx4
1 files changed, 2 insertions, 2 deletions
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++)