Skip to content

Commit a24b359

Browse files
committed
few minor spell fixes
1 parent fc9024b commit a24b359

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/pipeline/plugins/dagman.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ class CondorDAGManPlugin(GraphPluginBase):
2727
submit file
2828
- override_specs : additional submit specs that are appended to any job's
2929
submit file
30-
- wrapper_cmd : path to an exectuable that will be started instead of a node
30+
- wrapper_cmd : path to an executable that will be started instead of a node
3131
script. This is useful for wrapper script that execute certain
3232
functionality prior or after a node runs. If this option is
3333
given the wrapper command is called with the respective Python
34-
exectuable and the path to the node script as final arguments
34+
executable and the path to the node script as final arguments
3535
- wrapper_args : optional additional arguments to a wrapper command
3636
- dagman_args : arguments to be prepended to the arguments of the
3737
condor_submit_dag call
3838
- block : if True the plugin call will block until Condor has finished
39-
prcoessing the entire workflow (default: False)
39+
processing the entire workflow (default: False)
4040
"""
4141

4242
default_submit_template = """

0 commit comments

Comments
 (0)