diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 09:12:46 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 10:08:31 +0200 |
commit | 6022d521ed58625c7a9517787208948ef64cfe68 (patch) | |
tree | 923e3cadd297a9b11dafe4f017426e30bf81724e /sw | |
parent | fbf897a7b561e26d7f95d210b6f51b9ed86d8f01 (diff) |
Fix typos
Change-Id: I389c9aaa5788bf26398e0639c0f11f9dfbe4e3da
Reviewed-on: https://gerrit.libreoffice.org/76374
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/uitest/writer_dialogs/openDialogs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/writer_dialogs/openDialogs.py b/sw/qa/uitest/writer_dialogs/openDialogs.py index b0643e8474f1..442d0eef9095 100644 --- a/sw/qa/uitest/writer_dialogs/openDialogs.py +++ b/sw/qa/uitest/writer_dialogs/openDialogs.py @@ -87,7 +87,7 @@ dialogs = [ # {"command": ".uno:ThesaurusDialog", "closeButton": "cancel"}, # fails in CI, but works fine locally {"command": ".uno:Hyphenate", "closeButton": "ok", "skipTestOK": True}, - # do not test the OK buttong twice + # do not test the OK button twice {"command": ".uno:ChineseConversion", "closeButton": "cancel"}, # {"command": ".uno:WordCountDialog", "closeButton": "close"}, # tested in sw/qa/uitest/writer_tests/wordCount.py |