Fix typo

Change-Id: I0b4fed7c631f0d2a3d988bc92f39986601c7e4b6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113258
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index b0281d6..818361e 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -1105,7 +1105,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf112735)

    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: (empty)
    // - Actual  :
    CPPUNIT_ASSERT_EQUAL(OUString("(empty)"), pDoc->GetString(ScAddress(1, 0, 0)));