From 5dd3abe56420a57528770ad10e38f36f8cc2f31a Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Tue, 3 Nov 2020 19:49:26 +0000 Subject: [PATCH] fw/execution: Fix Typos --- wa/framework/execution.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wa/framework/execution.py b/wa/framework/execution.py index 7af2e843..dc700b94 100644 --- a/wa/framework/execution.py +++ b/wa/framework/execution.py @@ -337,7 +337,7 @@ class Executor(object): returning. The initial context set up involves combining configuration from various - sources, loading of requided workloads, loading and installation of + sources, loading of required workloads, loading and installation of instruments and output processors, etc. Static validation of the combined configuration is also performed. @@ -353,7 +353,7 @@ class Executor(object): def execute(self, config_manager, output): """ Execute the run specified by an agenda. Optionally, selectors may be - used to only selecute a subset of the specified agenda. + used to only execute a subset of the specified agenda. Params::