From 1a1754b7ab47eba74ad86197c327f304c5b0deb8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 5 May 2021 10:26:27 +0200 Subject: Fix typo Change-Id: I646f74fd79d48ab906f9b9c2588c800f301ccac6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115124 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sc/qa/unit/uicalc/uicalc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa') 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"); -- cgit