summaryrefslogtreecommitdiff
path: root/sc/qa/uitest
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-13 23:20:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-14 10:35:09 +0100
commitdb01b26d2e7d6626b7504fc7ee6ba6aac50e6098 (patch)
treeaf5ca73aa3d2d548f58b4aea700246926bfcb351 /sc/qa/uitest
parentac43eb0fc9e19178257b601ba12b196625d696fe (diff)
Fix typo
Change-Id: I6761bc281a1db0aef044eb2887083920b23470c9 Reviewed-on: https://gerrit.libreoffice.org/63349 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/qa/uitest')
-rw-r--r--sc/qa/uitest/calc_tests6/autocorrectOptions.py2
1 files changed, 1 insertions, 1 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")