Skip to content

Commit bfcc1a8

Browse files
DimitriPapadopouloseffigies
authored andcommitted
DOC: fix typos found by codespell
1 parent b8a1949 commit bfcc1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smriprep/interfaces/msm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class MSMInputSpec(CommandLineInputSpec):
4444
exists=True,
4545
argstr="--trans=%s",
4646
desc="Transformed source mesh (output of a previous registration). "
47-
"Use this to initiliase the current registration.",
47+
"Use this to initialise the current registration.",
4848
)
4949
in_register = File(
5050
exists=True,
@@ -87,7 +87,7 @@ class MSMInputSpec(CommandLineInputSpec):
8787
)
8888
smooth_output_sigma = traits.Int(
8989
argstr="--smoothout=%d",
90-
desc="smooth tranformed output with this sigma (default=0)",
90+
desc="smooth transformed output with this sigma (default=0)",
9191
)
9292
verbose = traits.Bool(
9393
argstr="--verbose",

0 commit comments

Comments
 (0)