Changeset - 758f601316d4
[Not reviewed]
0 1 0
Joar Wandborg - 11 years ago 2013-12-09 18:10:57
joar@wandborg.se
timout => timeout
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
accounting/__init__.py
Show inline comments
...
 
@@ -28,5 +28,5 @@ class Ledger:
 

	
 
            # XXX: This code has no purpose in a single-threaded process
 
            timout = 5  # Seconds
 
            timeout = 5  # Seconds
 

	
 
            for i in range(1, timeout + 2):
0 comments (0 inline, 0 general)