summaryrefslogtreecommitdiff
path: root/sc/qa/unit/copy_paste_test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/copy_paste_test.cxx')
-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++)