sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 482ebb5b5e3cd75199b386584da9753066b64e39
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Aug 24 11:13:16 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Aug 24 22:14:51 2023 +0200

    Fix typo
    
    Change-Id: Iab3ff5a5f9c8917d7de1d886aa331e6110b0ae4a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156040
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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"]]
 

Reply via email to