summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-07-31 10:31:11 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-08-01 07:18:35 +0200
commitc04cfbfb92b2cb247e3f58785d3fc49086b25cc0 (patch)
tree012c8c2ac7cd1e0e20e73d238ee79e7020cd631b
parentcbab78f901e2bb1ca9d8c1500ea308bda6146361 (diff)
Fix typo
Change-Id: I511caa41a696b2181b7691e15940ff7fe9b6f1c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137657 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-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 e2b3ccd1a563..be1a8cfc4b9b 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -1686,7 +1686,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testPasteTransposed)
}
// Test the call of .uno:PasteAsLink (tdf#90101)
-// Note: the paste as link functionaly is tested in ucalc
+// Note: the paste as link functionality is tested in ucalc
CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testPasteAsLink)
{
mxComponent = loadFromDesktop("private:factory/scalc");