diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-08-24 11:13:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-08-24 22:14:51 +0200 |
commit | 482ebb5b5e3cd75199b386584da9753066b64e39 (patch) | |
tree | 08176806c30f3b1fff95511cbda8ac62a30875dc /sc/qa | |
parent | 7fe77a2d4d580817fa83d5d22bf53683ee38c9ce (diff) |
Fix typo
Change-Id: Iab3ff5a5f9c8917d7de1d886aa331e6110b0ae4a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156040
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py b/sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py index cf6770f5260f..ff2ac3280a20 100644 --- a/sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py +++ b/sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py @@ -21,7 +21,7 @@ class tdf156611(UITestCase): # but it does not need any data from the file, any xlsx or xls file can be opened for this test with self.ui_test.load_file(get_url_for_data_file("tdf126541_GridOff.xlsx")) as document: - # datas that we will check against when hyperlink is inserted + # data that we will check against when hyperlink is inserted urls =[["",""],["https://www.documentfoundation.org/",""]] texts =[["aaa bbb","bbb"],["cccc ddd","ddd"],["eeee","aaa cccc eeee"]] |