From 6a6791af2ab9c59f3a8ed2d71c0cbd0524b2ea32 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 29 May 2019 11:07:58 +0000 Subject: Fix typo Change-Id: I528581c5a17e804f7ba39a069e7bb8ac8d005adc Reviewed-on: https://gerrit.libreoffice.org/73223 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sc/qa/uitest/calc_tests8/tdf119343.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa/uitest/calc_tests8') 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): -- cgit