Fix a typo. their -> there

Change-Id: I2403ca1b8c7a658dadaf6532ef5a24d0449a60ff
This commit is contained in:
Dougal Matthews 2016-05-18 15:06:59 +01:00
parent 08f29c530a
commit e938e06b31
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class PoolBasedPuller(zerorpc.Puller):
self._context.hook_load_task_context(event.header)
self._context.hook_server_before_exec(event)
self._methods[event.name](*event.args)
# In Push/Pull their is no reply to send, hence None for the
# In Push/Pull there is no reply to send, hence None for the
# reply_event argument
self._context.hook_server_after_exec(event, None)
except Exception: