Skip to content

Commit c0a854f

Browse files
authored
Merge pull request #762 from yarikoptic/bf-codespell
Codespell tuneup: no dedicated workflow (part of tox -e lint), and fix few freshly detected typos
2 parents 68231ef + 80e62bc commit c0a854f

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

.github/workflows/codespell.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ which provides the `heudiconv package <http://neuro.debian.net/pkgs/heudiconv.ht
2727
Containers
2828
==========
2929

30-
Our container image releases are availe on `our Docker Hub <https://hub.docker.com/r/nipy/heudiconv/tags>`_
30+
Our container image releases are available on `our Docker Hub <https://hub.docker.com/r/nipy/heudiconv/tags>`_
3131

3232
If `Docker <https://docs.docker.com/install/>`_ is available on your system, you can pull the latest release::
3333

@@ -36,7 +36,7 @@ If `Docker <https://docs.docker.com/install/>`_ is available on your system, you
3636
Additionally, HeuDiConv is available through the Docker image at `repronim/reproin <https://hub.docker.com/r/repronim/reproin>`_ provided by
3737
`ReproIn heuristic project <http://reproin.repronim.org>`_, which develops the ``reproin`` heuristic.
3838

39-
To maintain provenance, it is recommended that you use the ``latest`` tag only when testing out heudiconv.
39+
To maintain provenance, it is recommended that you use the ``latest`` tag only when testing out heudiconv.
4040
Otherwise, it is recommended that you use an explicit version and record that information alongside the produced data.
4141

4242

heudiconv/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def add_participant_record(
385385
if participant_id in known_subjects:
386386
return
387387
else:
388-
# Populate particpants.json (an optional file to describe column names in
388+
# Populate participants.json (an optional file to describe column names in
389389
# participant.tsv). This auto generation will make BIDS-validator happy.
390390
participants_json = op.join(studydir, "participants.json")
391391
if not op.lexists(participants_json):

0 commit comments

Comments
 (0)