We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a1949 commit bfcc1a8Copy full SHA for bfcc1a8
smriprep/interfaces/msm.py
@@ -44,7 +44,7 @@ class MSMInputSpec(CommandLineInputSpec):
44
exists=True,
45
argstr="--trans=%s",
46
desc="Transformed source mesh (output of a previous registration). "
47
- "Use this to initiliase the current registration.",
+ "Use this to initialise the current registration.",
48
)
49
in_register = File(
50
@@ -87,7 +87,7 @@ class MSMInputSpec(CommandLineInputSpec):
87
88
smooth_output_sigma = traits.Int(
89
argstr="--smoothout=%d",
90
- desc="smooth tranformed output with this sigma (default=0)",
+ desc="smooth transformed output with this sigma (default=0)",
91
92
verbose = traits.Bool(
93
argstr="--verbose",
0 commit comments