summaryrefslogtreecommitdiff
path: root/test/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-26 13:33:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-04-26 15:38:46 +0200
commit2c7bed21f45174833bf2b7d2598b008062917c65 (patch)
treedb640d5606b2f56abd5acceb684ec1d1a4fbc899 /test/source
parentddcbaf462821d373592f9560d1e1e117cce05709 (diff)
Fix typo in code
Change-Id: I4709f3fd11c8d5800efab65b6f9533cbad3ffe78 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92927 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'test/source')
-rw-r--r--test/source/sheet/xcalculatable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xcalculatable.cxx b/test/source/sheet/xcalculatable.cxx
index a63669b1727d..44c20153401c 100644
--- a/test/source/sheet/xcalculatable.cxx
+++ b/test/source/sheet/xcalculatable.cxx
@@ -22,7 +22,7 @@ using namespace com::sun::star::uno;
namespace apitest
{
-void XCalculatable::testEnableAutomaticCaclulation()
+void XCalculatable::testEnableAutomaticCalculation()
{
uno::Reference<sheet::XCalculatable> xCalculatable(init(), UNO_QUERY_THROW);