sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5391006caf76bfbb81238f709ad30ac37809b0f5
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Aug 24 10:28:13 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Aug 24 22:14:09 2023 +0200

    Fix typo
    
    Change-Id: Ief8634c54b5dcf8cdf92882e9026e42cf3e9935e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156038
    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 a78106c11d66..cf6770f5260f 100644
--- a/sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py
+++ b/sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py
@@ -25,8 +25,8 @@ class tdf156611(UITestCase):
             urls =[["",""],["https://www.documentfoundation.org/","";]]
             texts =[["aaa bbb","bbb"],["cccc ddd","ddd"],["eeee","aaa cccc 
eeee"]]
 
-            # 1. run, we want hypelink inserton work like in MS excel (only 1 
hyperlink/cell is allowed)
-            # 2. run, we want hypelink inserton work as it did in calc (more 
hyperlinks can be in 1 cell)
+            # 1. run, we want hypelink insertion work like in MS excel (only 1 
hyperlink/cell is allowed)
+            # 2. run, we want hypelink insertion work as it did in calc (more 
hyperlinks can be in 1 cell)
             for i in range(2):
                 xCalcDoc = self.xUITest.getTopFocusWindow()
                 xGridWindow = xCalcDoc.getChild("grid_window")

Reply via email to