From 7301d8cbcd7d27687b653df6b4dbaca93d7bf396 Mon Sep 17 00:00:00 2001 From: chengebj5238 Date: Wed, 6 Jun 2018 17:39:03 +0800 Subject: [PATCH] Amend the spelling error of a word Change-Id: I940b0bea7350735bcf78045058fc23568ba2e29a --- mistral/engine/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral/engine/actions.py b/mistral/engine/actions.py index d7ba33dcf..64624f82e 100644 --- a/mistral/engine/actions.py +++ b/mistral/engine/actions.py @@ -567,7 +567,7 @@ class WorkflowAction(Action): ) # If the parent has a root_execution_id, it must be a sub-workflow. So - # we should propogate that ID down. Otherwise the parent must be the + # we should propagate that ID down. Otherwise the parent must be the # root execution and we should use the parents ID. root_execution_id = parent_wf_ex.root_execution_id or parent_wf_ex.id