Skip to content

Commit

Permalink
Merge pull request #762 from yarikoptic/bf-codespell
Browse files Browse the repository at this point in the history
Codespell tuneup: no dedicated workflow (part of tox -e lint), and fix few freshly detected typos
  • Loading branch information
yarikoptic authored May 30, 2024
2 parents 68231ef + 80e62bc commit c0a854f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/codespell.yml

This file was deleted.

4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ which provides the `heudiconv package <http://neuro.debian.net/pkgs/heudiconv.ht
Containers
==========

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

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

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

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


Expand Down
2 changes: 1 addition & 1 deletion heudiconv/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def add_participant_record(
if participant_id in known_subjects:
return
else:
# Populate particpants.json (an optional file to describe column names in
# Populate participants.json (an optional file to describe column names in
# participant.tsv). This auto generation will make BIDS-validator happy.
participants_json = op.join(studydir, "participants.json")
if not op.lexists(participants_json):
Expand Down

0 comments on commit c0a854f

Please sign in to comment.