diff --git a/src/common/zeroconf/client_zeroconf.py b/src/common/zeroconf/client_zeroconf.py index b91b98c216131630d33238e9abd2d949af1a3322..cfe963d09012c36bdd2b7a355c4fcfeefa43c6d4 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()