[Darlan]. fix typo

This commit is contained in:
Denis Fomin 2012-08-02 21:52:20 +04:00
parent e7efe5007c
commit 67da16a0d4

View file

@ -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()