Skip to content

Commit c2e583f

Browse files
MNT: fix typos found by codespell
1 parent 0f78fa2 commit c2e583f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Pull requests titles should begin with a descriptive prefix:
141141
* ``DOC``: new or updated documentation
142142
* ``STY``: style changes
143143
* ``REF``: refactoring existing code
144-
* ``CI``: updates to continous integration infrastructure
144+
* ``CI``: updates to continuous integration infrastructure
145145
* ``MAINT``: general maintenance
146146

147147
For example: `[ENH] Support for SB-reference in multi-band datasets`

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This software redistributes the versioneer Python package, which is
1111
Public domain source code.
1212

1313
This software is also distributed as a Docker container image.
14-
The bootstraping file for the image ("Dockerfile") is licensed
14+
The bootstrapping file for the image ("Dockerfile") is licensed
1515
under the MIT License.
1616

1717
This software may be distributed through an add-on package called

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ outputs that can be easily connected to subsequent tools such as
3434

3535
.. image:: https://github.com/oesteban/smriprep/raw/033a6b4a54ecbd9051c45df979619cda69847cd1/docs/_resources/workflow.png
3636

37-
The workflow is based on `Nipype <https://nipype.readthedocs.io>`__ and encompases
37+
The workflow is based on `Nipype <https://nipype.readthedocs.io>`__ and encompasses
3838
a combination of tools from well-known software packages, including
3939
`FSL <https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/>`__,
4040
`ANTs <https://stnava.github.io/ANTs/>`__,

smriprep/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def get_parser():
155155
dest="verbose_count",
156156
action="count",
157157
default=0,
158-
help="increases log verbosity for each occurence, debug level is -vvv",
158+
help="increases log verbosity for each occurrence, debug level is -vvv",
159159
)
160160

161161
g_conf = parser.add_argument_group("Workflow configuration")

smriprep/workflows/surfaces.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def init_surface_recon_wf(*, omp_nthreads, hires, name="surface_recon_wf"):
8888
Second, the brain mask is grown, including pixels that have a high likelihood
8989
to the GM tissue distribution:
9090
91-
3. Dilate and substract the brain mask, defining the region to search for candidate
91+
3. Dilate and subtract the brain mask, defining the region to search for candidate
9292
pixels that likely belong to cortical GM.
9393
9494
4. Pixels found in the search region that are labeled as GM by ANTs
@@ -558,7 +558,7 @@ def init_gifti_surface_wf(*, name="gifti_surface_wf"):
558558
If midthickness (or graymid) surfaces do not exist, they are generated and
559559
saved to the subject directory as ``lh/rh.midthickness``.
560560
These, along with the gray/white matter boundary (``lh/rh.white``), pial
561-
sufaces (``lh/rh.pial``) and inflated surfaces (``lh/rh.inflated``) are
561+
surfaces (``lh/rh.pial``) and inflated surfaces (``lh/rh.inflated``) are
562562
converted to GIFTI files.
563563
Additionally, the vertex coordinates are :py:class:`recentered
564564
<smriprep.interfaces.NormalizeSurf>` to align with native T1w space.

0 commit comments

Comments
 (0)