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