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 | |
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>
-rw-r--r-- | sfx2/source/sidebar/SidebarController.cxx | 2 | ||||
-rw-r--r-- | sw/qa/uitest/writer_dialogs/openDialogs.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx index 95eba02296e6..22b022bf09ee 100644 --- a/sfx2/source/sidebar/SidebarController.cxx +++ b/sfx2/source/sidebar/SidebarController.cxx @@ -1254,7 +1254,7 @@ void SidebarController::UpdateDeckOpenState() if (comphelper::LibreOfficeKit::isActive()) { - // Sidebar wide enought to render the menu; enable it. + // Sidebar wide enough to render the menu; enable it. mpTabBar->EnableMenuButton(true); if (const SfxViewShell* pViewShell = mpViewFrame->GetViewShell()) 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 |