From 6901f26119c11b3ff4e5ebc4696ac85c0f989fe5 Mon Sep 17 00:00:00 2001 From: lxnay Date: Tue, 3 Jun 2008 22:01:28 +0000 Subject: [PATCH] whoops git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2104 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index 42773c723..f81a43686 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -12442,7 +12442,7 @@ class SocketHostInterface: # XXX: remove this, testing ! loop_counter += 1 - if loop_conter > 100000000: + if loop_counter > 100000000: self.server.processor.HostInterface.updateProgress( 'interrupted: %s, reason: %s - from client: %s' % ( self.server.server_address,