diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-07-31 10:31:11 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-08-01 07:18:35 +0200 |
commit | c04cfbfb92b2cb247e3f58785d3fc49086b25cc0 (patch) | |
tree | 012c8c2ac7cd1e0e20e73d238ee79e7020cd631b /sc | |
parent | cbab78f901e2bb1ca9d8c1500ea308bda6146361 (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>
Diffstat (limited to 'sc')
-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 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"); |