summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-05 00:08:53 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-08-05 00:32:50 +0200
commit35a2d88288bfafe792f58906bdaad74a0135bb4a (patch)
treef77a3583055977d6816d3deb3cc9b98fc963211c /uitest
parentloplugin:constparams in sw part5 (diff)
downloadcore-35a2d88288bfafe792f58906bdaad74a0135bb4a.tar.gz
core-35a2d88288bfafe792f58906bdaad74a0135bb4a.zip
Fix typos
Change-Id: Ib7f43bf17ab8b9fb9d961a908d7620b50826a975 Reviewed-on: https://gerrit.libreoffice.org/40688 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'uitest')
-rw-r--r--uitest/uitest/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/uitest/test.py b/uitest/uitest/test.py
index 58f4ec4e64b2..0318dfa64d81 100644
--- a/uitest/uitest/test.py
+++ b/uitest/uitest/test.py
@@ -198,7 +198,7 @@ class UITest(object):
with EventListener(self._xContext, ["DialogExecute", "ModelessDialogExecute"]) as event:
thread.start()
time_ = 0
- # we are not necessarily opeinging a dialog, so wait much longer
+ # we are not necessarily opening a dialog, so wait much longer
while time_ < 10 * MAX_WAIT:
if event.executed:
xDlg = self._xUITest.getTopFocusWindow()