summaryrefslogtreecommitdiff
path: root/sc/qa/unit/uicalc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/uicalc')
-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 48cde55df479..90a412d4588e 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -1126,7 +1126,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf112884)
dispatchCommand(mxComponent, ".uno:RecalcPivotTable", {});
- // Without the fix in place, this test would haved failed with
+ // Without the fix in place, this test would have failed with
// - Expected: #DIV/0!
// - Actual : 0.5
CPPUNIT_ASSERT_EQUAL(OUString("#DIV/0!"), pDoc->GetString(ScAddress(6, 2, 0)));