Skip to content

Commit

Permalink
DOC: fix typos found by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and effigies committed Sep 28, 2023
1 parent b8a1949 commit bfcc1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smriprep/interfaces/msm.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class MSMInputSpec(CommandLineInputSpec):
exists=True,
argstr="--trans=%s",
desc="Transformed source mesh (output of a previous registration). "
"Use this to initiliase the current registration.",
"Use this to initialise the current registration.",
)
in_register = File(
exists=True,
Expand Down Expand Up @@ -87,7 +87,7 @@ class MSMInputSpec(CommandLineInputSpec):
)
smooth_output_sigma = traits.Int(
argstr="--smoothout=%d",
desc="smooth tranformed output with this sigma (default=0)",
desc="smooth transformed output with this sigma (default=0)",
)
verbose = traits.Bool(
argstr="--verbose",
Expand Down

0 comments on commit bfcc1a8

Please sign in to comment.