[Libreoffice-commits] core.git: sc/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 6 10:23:56 UTC 2021


 sc/qa/unit/uicalc/uicalc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a1754b7ab47eba74ad86197c327f304c5b0deb8
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 5 10:26:27 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 6 12:23:20 2021 +0200

    Fix typo
    
    Change-Id: I646f74fd79d48ab906f9b9c2588c800f301ccac6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115124
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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");


More information about the Libreoffice-commits mailing list