From 67da16a0d4eef9e9e32f5dc2bea9d7853899c31f Mon Sep 17 00:00:00 2001
From: Denis Fomin <fominde@gmail.com>
Date: Thu, 2 Aug 2012 21:52:20 +0400
Subject: [PATCH] [Darlan]. fix typo

---
 src/common/zeroconf/client_zeroconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/zeroconf/client_zeroconf.py b/src/common/zeroconf/client_zeroconf.py
index b91b98c216..cfe963d090 100644
--- a/src/common/zeroconf/client_zeroconf.py
+++ b/src/common/zeroconf/client_zeroconf.py
@@ -447,7 +447,7 @@ class P2PConnection(IdleObject, PlugIn):
                     self._owner.Dispatcher.Event('', DATA_ERROR, (
                         self.client.to, thread_id))
                 else:
-                    self._owner.on_not_ok('conenction timeout')
+                    self._owner.on_not_ok('connection timeout')
             ids[self.fd] = []
         self.pollend()
 
-- 
GitLab