diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-09 00:58:21 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-09 19:46:43 +0200 |
commit | 349778d8f377cc8e475d91c3649ae26c6b37f681 (patch) | |
tree | 6dbd47ec7bf9f0f2928cf8be1756d4b349afe885 /sd | |
parent | fada813d5db2be370638d182e9f3b0dcd89fa081 (diff) |
Fix typo
Change-Id: I31b185e9875a4d3f47789a101e64b403b88c416b
Reviewed-on: https://gerrit.libreoffice.org/60208
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/uitest/impress_tests/autocorrectOptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/uitest/impress_tests/autocorrectOptions.py b/sd/qa/uitest/impress_tests/autocorrectOptions.py index 9fba0bd42763..c4140bab4059 100644 --- a/sd/qa/uitest/impress_tests/autocorrectOptions.py +++ b/sd/qa/uitest/impress_tests/autocorrectOptions.py @@ -54,7 +54,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") |