summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-04-01 23:15:46 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-04-02 08:34:22 +0200
commita77612fe4710f5f003050d26dc923ef8466c7e30 (patch)
tree3e26e9ca217402902741d800d0a44741ce4a0cfe
parent88a177f827eba204dea92b631032411de8213ee4 (diff)
Fix typo
Change-Id: I4e67b2f5380b699cd63d15367f4401e6cb6ca135 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113211 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sc/qa/unit/ucalc_formula.cxx2
1 files changed, 1 insertions, 1 deletions
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));