Commit feec8069 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo in method name.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@809 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 24d1471a
......@@ -38,7 +38,7 @@ class BaseHandler(EventHandler):
def packetReceived(self, conn, packet):
"""Redirect all received packet to dispatcher thread."""
if packet.isReponse():
if packet.isResponse():
queue = self.dispatcher.getQueue(conn, packet)
if queue is None:
raise UnexpectedPacketError('Unexpected response packet')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment