From bfcc1a882b352de587d8c8dbc2959817f1d24a2f Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 28 Sep 2023 16:51:22 +0200 Subject: [PATCH] DOC: fix typos found by codespell --- smriprep/interfaces/msm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smriprep/interfaces/msm.py b/smriprep/interfaces/msm.py index b9148a7f0c..fb70bd429d 100644 --- a/smriprep/interfaces/msm.py +++ b/smriprep/interfaces/msm.py @@ -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, @@ -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",