From cbab78f901e2bb1ca9d8c1500ea308bda6146361 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 31 Jul 2022 10:25:15 +0200 Subject: Fix typo Change-Id: I2e2f9bf41bbe0427ab39a1f1870bc5104cd88bb6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137654 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- sc/qa/unit/copy_paste_test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/qa/unit/copy_paste_test.cxx b/sc/qa/unit/copy_paste_test.cxx index 456622c3db9c..f564f46edca1 100644 --- a/sc/qa/unit/copy_paste_test.cxx +++ b/sc/qa/unit/copy_paste_test.cxx @@ -699,7 +699,7 @@ void ScCopyPasteTest::tdf113500_autofillMixed() } // compare the results of fill-up / -down - // do not check the 2. column: 1st,3st. It is another bug to fix + // do not check the 2. column: 1st,3rd. It is another bug to fix for (int nCol = 1; nCol <= 3; nCol+=2) { for (int nRow = 16; nRow <= 21; nRow++) -- cgit