From 758f601316d499af9b566996db9b8e6fd40b1866 2013-12-09 18:10:57 From: Joar Wandborg Date: 2013-12-09 18:10:57 Subject: [PATCH] timout => timeout --- diff --git a/accounting/__init__.py b/accounting/__init__.py index e43012d5cdb3e01a182abcfd7a0ba124bc76b439..3e7d4144607983e9860e2fd5971d6be578055b47 100644 --- a/accounting/__init__.py +++ b/accounting/__init__.py @@ -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: