Skip to content

Commit 21d9b62

Browse files
committed
chore: Codespell fixes
1 parent d1e5a4e commit 21d9b62

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ arrays or objects:
439439
| `properties` | The object described has a given set of fields; the values of these fields may be constrained |
440440
| `additionalProperties` | The object described has constraints on its values, but not the names |
441441

442-
### On re-used objects with different definitions
442+
### On reused objects with different definitions
443443

444444
In a few cases, two objects with the same name appear multiple times in the specification.
445445
When this happens, it is preferred to find a common definition, and clarify it in the rules (see below).

src/schema/objects/metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ ContinuousHeadLocalization:
523523
name: ContinuousHeadLocalization
524524
display_name: Continuous Head Localization
525525
description: |
526-
`true` or `false` value indicating whether continuous head localisation
526+
`true` or `false` value indicating whether continuous head localization
527527
was performed.
528528
type: boolean
529529
ContrastBolusIngredient:
@@ -1469,7 +1469,7 @@ HeadCoilFrequency:
14691469
name: HeadCoilFrequency
14701470
display_name: Head Coil Frequency
14711471
description: |
1472-
List of frequencies (in Hz) used by the head localisation coils
1472+
List of frequencies (in Hz) used by the head localization coils
14731473
('HLC' in CTF systems, 'HPI' in Neuromag/Elekta/MEGIN, 'COH' in BTi/4D)
14741474
that track the subject's head position in the MEG helmet
14751475
(for example, `[293, 307, 314, 321]`).
@@ -2130,7 +2130,7 @@ MaxMovement:
21302130
display_name: Max Movement
21312131
description: |
21322132
Maximum head movement (in mm) detected during the recording,
2133-
as measured by the head localisation coils (for example, `4.8`).
2133+
as measured by the head localization coils (for example, `4.8`).
21342134
type: number
21352135
unit: mm
21362136
MeasurementToolMetadata:

tools/schemacode/src/bidsschematools/validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def select_schema_path(
335335
336336
Notes
337337
-----
338-
* This is a purely aspirational function, and is pre-empted by logic inside
338+
* This is a purely aspirational function, and is preempted by logic inside
339339
`bst.validator.validate_bids()`, and further contingent on better schema stability and
340340
ongoing work in: https://github.com/bids-standard/bids-schema
341341
* The default `bids_reference_root` value is based on the FHS and ideally should be enforced.

0 commit comments

Comments
 (0)