summaryrefslogtreecommitdiff
path: root/sc/qa/uitest/calc_tests8
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-29 11:07:58 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-23 13:50:55 +0200
commit6a6791af2ab9c59f3a8ed2d71c0cbd0524b2ea32 (patch)
tree930300505000fcd4b29ec5a0df14878185285157 /sc/qa/uitest/calc_tests8
parent014e270607f6af5e749c0013c2a84f77a97f2c17 (diff)
Fix typo
Change-Id: I528581c5a17e804f7ba39a069e7bb8ac8d005adc Reviewed-on: https://gerrit.libreoffice.org/73223 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/qa/uitest/calc_tests8')
-rw-r--r--sc/qa/uitest/calc_tests8/tdf119343.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/uitest/calc_tests8/tdf119343.py b/sc/qa/uitest/calc_tests8/tdf119343.py
index 14e8991a997e..82c0e11b4d39 100644
--- a/sc/qa/uitest/calc_tests8/tdf119343.py
+++ b/sc/qa/uitest/calc_tests8/tdf119343.py
@@ -19,7 +19,7 @@ from uitest.path import get_srcdir_url
def get_url_for_data_file(file_name):
return pathlib.Path(org.libreoffice.unotest.makeCopyFromTDOC(file_name)).as_uri()
-#Bug 119343 - EDITING: copied and pasted cells containing formulas are not recalcuated (2)
+#Bug 119343 - EDITING: copied and pasted cells containing formulas are not recalculated (2)
class tdf119343(UITestCase):
def test_tdf119343_copy_paste_formula(self):