Skip to content

Commit 9ce191c

Browse files
committed
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 154193b commit 9ce191c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.maint/update_changes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#
33
# Collects the pull-requests since the latest release and
4-
# aranges them in the CHANGES.rst.txt file.
4+
# arranges them in the CHANGES.rst.txt file.
55
#
66
# This is a script to be run before releasing a new version.
77
#

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
24.1.0 (March 15, 2024)
22
=======================
3-
Minor relase updating *PyBIDS*'s configuration to enable new entities
3+
Minor release updating *PyBIDS*'s configuration to enable new entities
44
that allow the selection of recently added *FreeSurfer*'s surface parcellations in
55
`templateflow/tpl-fsaverage#5 <https://github.com/templateflow/tpl-fsaverage/pull/5>`__.
66

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ of any available template set.
3434
The lazy-loading implementation of the client requires some folder on the host
3535
where template resources can be stored (therefore, write permissions are
3636
required). By default, the home folder will be ``$HOME/.cache/templateflow``.
37-
This setting can be overriden by defining the environment variable ``TEMPLATEFLOW_HOME``
37+
This setting can be overridden by defining the environment variable ``TEMPLATEFLOW_HOME``
3838
before running the client, for example::
3939

4040
$ export TEMPLATEFLOW_HOME=$DATA/.templateflow

0 commit comments

Comments
 (0)