[Darlan]. fix typo
This commit is contained in:
parent
e7efe5007c
commit
67da16a0d4
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ class P2PConnection(IdleObject, PlugIn):
|
||||||
self._owner.Dispatcher.Event('', DATA_ERROR, (
|
self._owner.Dispatcher.Event('', DATA_ERROR, (
|
||||||
self.client.to, thread_id))
|
self.client.to, thread_id))
|
||||||
else:
|
else:
|
||||||
self._owner.on_not_ok('conenction timeout')
|
self._owner.on_not_ok('connection timeout')
|
||||||
ids[self.fd] = []
|
ids[self.fd] = []
|
||||||
self.pollend()
|
self.pollend()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue