@@ -338,7 +338,7 @@ Environment Variables in cwltool
338338This reference implementation supports several ways of setting
339339environment variables for tools, in addition to the standard
340340``EnvVarRequirement ``. The sequence of steps applied to create the
341- enviroment is:
341+ environment is:
342342
3433430. If the ``--preserve-entire-environment `` flag is present, then begin with the current
344344 environment, else begin with an empty environment.
@@ -381,7 +381,7 @@ which your tool runs, for example by loading one or more Environment
381381Modules. The environment is constructed as above, then the environment
382382may modified by the selected tool resolver. This currently means that
383383you cannot override any environment variables set by the selected tool
384- resolver. Note that the enviroment given to the configured dependency
384+ resolver. Note that the environment given to the configured dependency
385385resolver has the variable `_CWLTOOL ` set to `1 ` to allow introspection.
386386
387387To discuss some of these plugins and how to configure them, first consider the
@@ -691,7 +691,7 @@ the following in the terminal:
691691
692692List of all environment can be seen using:
693693``tox --listenvs ``
694- and running a specfic test env using:
694+ and running a specific test env using:
695695``tox -e <env name> ``
696696and additionally run a specific test using this format:
697697``tox -e py310-unit -- -v tests/test_examples.py::test_scandeps ``
0 commit comments