diff options
-rw-r--r-- | sc/qa/uitest/calc_tests6/autocorrectOptions.py | 2 | ||||
-rw-r--r-- | sw/qa/uitest/writer_tests5/autocorrectOptions.py | 2 |
2 files changed, 2 insertions, 2 deletions
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") |