sc/qa/uitest/calc_tests6/autocorrectOptions.py | 2 +- sw/qa/uitest/writer_tests5/autocorrectOptions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit db01b26d2e7d6626b7504fc7ee6ba6aac50e6098 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Nov 13 23:20:57 2018 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Nov 14 10:35:09 2018 +0100 Fix typo Change-Id: I6761bc281a1db0aef044eb2887083920b23470c9 Reviewed-on: https://gerrit.libreoffice.org/63349 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/qa/uitest/calc_tests6/autocorrectOptions.py b/sc/qa/uitest/calc_tests6/autocorrectOptions.py index 89a05900cbcf..ecd9082b6263 100644 --- a/sc/qa/uitest/calc_tests6/autocorrectOptions.py +++ b/sc/qa/uitest/calc_tests6/autocorrectOptions.py @@ -53,7 +53,7 @@ class autocorrectOptions(UITestCase): self.assertEqual(get_state_as_dict(xtabview)["VisibleCount"], nrRows) #we have default nr of rules select_pos(xTabs, "1") #tab Exceptions - #abbrevations + #abbreviations abbrev = xDialog.getChild("abbrev") newabbrev = xDialog.getChild("newabbrev") delabbrev = xDialog.getChild("delabbrev") diff --git a/sw/qa/uitest/writer_tests5/autocorrectOptions.py b/sw/qa/uitest/writer_tests5/autocorrectOptions.py index e335c6a47152..648dd218e506 100644 --- a/sw/qa/uitest/writer_tests5/autocorrectOptions.py +++ b/sw/qa/uitest/writer_tests5/autocorrectOptions.py @@ -53,7 +53,7 @@ class autocorrectOptions(UITestCase): self.assertEqual(get_state_as_dict(xtabview)["VisibleCount"], nrRows) #we have default nr of rules select_pos(xTabs, "1") #tab Exceptions - #abbrevations + #abbreviations abbrev = xDialog.getChild("abbrev") newabbrev = xDialog.getChild("newabbrev") delabbrev = xDialog.getChild("delabbrev") _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
