summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-05-05 10:26:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-05-06 12:23:20 +0200
commit1a1754b7ab47eba74ad86197c327f304c5b0deb8 (patch)
treed34361771ed1402f769185c7d93c68a0410a7fa3 /sc/qa
parent761fdaf26dc9ed7cd0d25a7630576e7800813e2f (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.cxx2
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");