Fixed spelling mistake in timeout

This commit is contained in:
markm 2006-07-14 16:16:33 +00:00
parent 27e7fb639c
commit e8e97da339
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ def _resolve_from_appdata(
"Should not be used at the moment!"
if timeout is None:
timeout = Timings.window_find_timout
timeout = Timings.window_find_timeout
if retry_interval is None:
retry_interval = Timings.window_find_retry