From 758f601316d499af9b566996db9b8e6fd40b1866 Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Mon, 9 Dec 2013 19:10:57 +0100 Subject: [PATCH] timout => timeout --- accounting/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/__init__.py b/accounting/__init__.py index e43012d..3e7d414 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: