tests/ide_tests/sikuliberemiz.py
branchwxPython4
changeset 3430 c2171d87b587
parent 3424 7db96e011fe7
child 3431 5bcef31e276d
--- a/tests/ide_tests/sikuliberemiz.py	Fri Feb 18 14:51:58 2022 +0100
+++ b/tests/ide_tests/sikuliberemiz.py	Fri Feb 18 14:56:54 2022 +0100
@@ -53,7 +53,7 @@
 
         # window with no title only has 4 fields do describe it
         # beremiz splashcreen has no title
-        # we wity until main window is visible
+        # wait until main window is visible
         if len(wlist) == 1 and len(wlist[0]) == 5:
             windowID,_zero,wpid,_XID,wtitle = wlist[0] 
             break