diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-26 13:33:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-04-26 15:38:46 +0200 |
commit | 2c7bed21f45174833bf2b7d2598b008062917c65 (patch) | |
tree | db640d5606b2f56abd5acceb684ec1d1a4fbc899 /include/test | |
parent | ddcbaf462821d373592f9560d1e1e117cce05709 (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 'include/test')
-rw-r--r-- | include/test/sheet/xcalculatable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/sheet/xcalculatable.hxx b/include/test/sheet/xcalculatable.hxx index 7978fe42acdc..94614768ef15 100644 --- a/include/test/sheet/xcalculatable.hxx +++ b/include/test/sheet/xcalculatable.hxx @@ -27,7 +27,7 @@ public: void testCalculate(); void testCalculateAll(); - void testEnableAutomaticCaclulation(); + void testEnableAutomaticCalculation(); protected: ~XCalculatable() {} |