sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9967f22ca160b1fe9784b8f67428c52ef8d4f2c2 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Aug 24 10:27:42 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Aug 24 22:15:13 2023 +0200 Fix typo Change-Id: I1f4d28f834d7e9deb09460fde978bc30d05e351e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156037 Tested-by: Julien Nabet <serval2...@yahoo.fr> 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 ff2ac3280a20..f54ee089b537 100644 --- a/sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py +++ b/sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py @@ -111,7 +111,7 @@ class tdf156611(UITestCase): # Check contents of the cell xCell = get_cell_by_position(document, 0, 0, 0) self.assertEqual(xCell.getString(), texts[2][i]) - # 1. run: "eeee" last hyperlink insertion overwritten the whol cell text with "eeee" + # 1. run: "eeee" last hyperlink insertion overwritten the whole cell text with "eeee" # 2. run: "aaa cccc eeee" as every hypelink insertion only overwritten the actually selected text xTextFields = xCell.getTextFields() self.assertEqual(xTextFields.getCount(), i+1)