diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-05 00:08:53 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-05 00:32:50 +0200 |
commit | 35a2d88288bfafe792f58906bdaad74a0135bb4a (patch) | |
tree | f77a3583055977d6816d3deb3cc9b98fc963211c /uitest | |
parent | 5ecb947b3ad67300bae934dc011823d1989449b6 (diff) |
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.py | 2 |
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() |