From e938e06b31239b98a85a8cd77e985f8b4b8a9be8 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Wed, 18 May 2016 15:06:59 +0100 Subject: [PATCH] Fix a typo. their -> there Change-Id: I2403ca1b8c7a658dadaf6532ef5a24d0449a60ff --- solar/orchestration/executors/zerorpc_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solar/orchestration/executors/zerorpc_executor.py b/solar/orchestration/executors/zerorpc_executor.py index fee21c4d..327a3ec2 100644 --- a/solar/orchestration/executors/zerorpc_executor.py +++ b/solar/orchestration/executors/zerorpc_executor.py @@ -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: