timout => timeout
This commit is contained in:
parent
51fdc7206b
commit
758f601316
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Ledger:
|
|||
' something\'s out of order.')
|
||||
|
||||
# XXX: This code has no purpose in a single-threaded process
|
||||
timout = 5 # Seconds
|
||||
timeout = 5 # Seconds
|
||||
|
||||
for i in range(1, timeout + 2):
|
||||
if i > timeout:
|
||||
|
|
Loading…
Reference in a new issue