diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-05-05 10:26:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-05-06 12:23:20 +0200 |
commit | 1a1754b7ab47eba74ad86197c327f304c5b0deb8 (patch) | |
tree | d34361771ed1402f769185c7d93c68a0410a7fa3 /sc/qa | |
parent | 761fdaf26dc9ed7cd0d25a7630576e7800813e2f (diff) |
Fix typo
Change-Id: I646f74fd79d48ab906f9b9c2588c800f301ccac6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115124
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/uicalc/uicalc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx index 9b587a894af6..2dff22da94b0 100644 --- a/sc/qa/unit/uicalc/uicalc.cxx +++ b/sc/qa/unit/uicalc/uicalc.cxx @@ -511,7 +511,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testMultiRangeCol) } // Test the call of .uno:PasteTransposed (tdf#102255) -// Note: the transpose functionaly is tested in ucalc +// Note: the transpose functionality is tested in ucalc CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testPasteTransposed) { mxComponent = loadFromDesktop("private:factory/scalc"); |