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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 2 06:35:00 UTC 2021


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

New commits:
commit a77612fe4710f5f003050d26dc923ef8466c7e30
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 1 23:15:46 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Apr 2 08:34:22 2021 +0200

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

diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index ba11e29bd016..d7b7146a1402 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -5557,7 +5557,7 @@ void Test::testTdf141146()
     m_pDoc->SetString(4,2,1, "=LOOKUP(E1;A$2:A$4;B2:B4)");
     m_pDoc->SetString(4,3,1, "=LOOKUP(1;1/(A$2:A$4=E$1);B2:B4)");
 
-    // Without the fix in place, this test would haved failed with
+    // Without the fix in place, this test would have failed with
     // - Expected: #N/A
     // - Actual  :
     CPPUNIT_ASSERT_EQUAL(OUString("#N/A"), m_pDoc->GetString(4,1,1));


More information about the Libreoffice-commits mailing list