mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 02:01:16 +00:00
fw/execution: Fix Typos
This commit is contained in:
parent
e3ab798f6e
commit
5dd3abe564
@ -337,7 +337,7 @@ class Executor(object):
|
|||||||
returning.
|
returning.
|
||||||
|
|
||||||
The initial context set up involves combining configuration from various
|
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
|
instruments and output processors, etc. Static validation of the combined
|
||||||
configuration is also performed.
|
configuration is also performed.
|
||||||
|
|
||||||
@ -353,7 +353,7 @@ class Executor(object):
|
|||||||
def execute(self, config_manager, output):
|
def execute(self, config_manager, output):
|
||||||
"""
|
"""
|
||||||
Execute the run specified by an agenda. Optionally, selectors may be
|
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::
|
Params::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user