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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 1 05:56:15 UTC 2021


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

New commits:
commit f535acdab1ae90ea326393c0ff419ee6ece6f627
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jun 1 00:03:03 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jun 1 07:55:35 2021 +0200

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

diff --git a/sc/qa/unit/ucalc_copypaste.cxx b/sc/qa/unit/ucalc_copypaste.cxx
index 9dc3fe8ba3c0..18f1bb07c970 100644
--- a/sc/qa/unit/ucalc_copypaste.cxx
+++ b/sc/qa/unit/ucalc_copypaste.cxx
@@ -10036,7 +10036,7 @@ void TestCopyPaste::testCutTransposedFormulasSquare()
     m_pDoc->UpdateTranspose(aDestRange.aStart, pOrigClipDoc, aDestMark, nullptr);
     pTransClip.reset();
 
-    printRange(m_pDoc, aDestRange, "Forumlas after cut transposed");
+    printRange(m_pDoc, aDestRange, "Formulas after cut transposed");
     printFormula(m_pDoc, 2, 6, nTab);
 
     // Check results


More information about the Libreoffice-commits mailing list