summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-18 12:19:10 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-18 12:38:58 +0200
commitd00415949cceba2f712da8d311cf4f07b183c5cd (patch)
tree217379e6f2bd0293675013e0b72228ed4d93a222 /sc
parent9231531b3ed8554db89af7837b6e4860e4e5a332 (diff)
Fix typo
Change-Id: I65b7269dc8717ac12f12bde2b59082cbb2faca53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151952 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-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 bfba6bd235e1..fae0b389584e 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -1914,7 +1914,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf153790)
goToCell("A3");
dispatchCommand(mxComponent, ".uno:Paste", {});
- // Without the fix in place, this test would have failed wiht
+ // Without the fix in place, this test would have failed with
// - Expected: =SUM($Sheet1.B1:C1)
// - Actual : =SUM($Sheet1.B1:$Sheet1.C1)
CPPUNIT_ASSERT_EQUAL(OUString("=SUM($Sheet1.B1:C1)"), pDoc->GetFormula(0, 2, 0));