summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-05-14 16:30:57 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-05-14 18:15:49 +0200
commitf1983a1fc803fe3bd35ee1f3b80b44c99582ca95 (patch)
tree6c6f5112bed19de467aa899b943a0c5e311d89a7
parentef96de2252bca350a491185704de10b137a29ab3 (diff)
Fix typo
Change-Id: I1454a649ab434fe4d34a181bc572472a2784c1df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134321 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sc/qa/unit/uicalc/uicalc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index 9cd969fcfbdc..6cf4c18a3bea 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -988,7 +988,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf148863)
double nB1 = pDoc->GetValue(ScAddress(1, 0, 0));
double nC1 = pDoc->GetValue(ScAddress(2, 0, 0));
- // Without the fix in place, this test woul have failed here
+ // Without the fix in place, this test would have failed here
CPPUNIT_ASSERT(nA1 != nB1);
CPPUNIT_ASSERT(nA1 != nC1);
CPPUNIT_ASSERT(nB1 != nC1);