From 482ebb5b5e3cd75199b386584da9753066b64e39 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 24 Aug 2023 11:13:16 +0200 Subject: Fix typo Change-Id: Iab3ff5a5f9c8917d7de1d886aa331e6110b0ae4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156040 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa') 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"]] -- cgit