From b7ed59edcfd1e57a77f186634671699e2b9d2d81 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 12 Apr 2017 14:47:34 +0100 Subject: [PATCH] Execution: Corrected spelling --- wa/framework/execution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/framework/execution.py b/wa/framework/execution.py index d9fc5132..ca89b800 100644 --- a/wa/framework/execution.py +++ b/wa/framework/execution.py @@ -209,7 +209,7 @@ class Executor(object): """ The ``Executor``'s job is to set up the execution context and pass to a ``Runner`` along with a loaded run specification. Once the ``Runner`` has - done its thing, the ``Executor`` performs some final reporint before + done its thing, the ``Executor`` performs some final reporting before returning. The initial context set up involves combining configuration from various