From 7d5fa82471ccedef23ae3d8e1d6af12ffb944f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Cl=C3=A9net?= Date: Wed, 10 Jan 2024 11:21:26 +0100 Subject: [PATCH] Codespell --- narps_open/pipelines/templates/template_fsl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/narps_open/pipelines/templates/template_fsl.py b/narps_open/pipelines/templates/template_fsl.py index 68b8ca77..c0f53a72 100644 --- a/narps_open/pipelines/templates/template_fsl.py +++ b/narps_open/pipelines/templates/template_fsl.py @@ -133,7 +133,7 @@ def get_subject_information(event_file: str): Returns : - subject_info : list of Bunch containing event information """ - # [INFO] nipype requires to import all dependancies from inside the methods that are + # [INFO] nipype requires to import all dependencies from inside the methods that are # later used in Function nodes from nipype.interfaces.base import Bunch