From db01b26d2e7d6626b7504fc7ee6ba6aac50e6098 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 13 Nov 2018 23:20:57 +0100 Subject: Fix typo Change-Id: I6761bc281a1db0aef044eb2887083920b23470c9 Reviewed-on: https://gerrit.libreoffice.org/63349 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sc/qa/uitest/calc_tests6/autocorrectOptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa/uitest') 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") -- cgit