Skip to content

Commit

Permalink
Fix typo found by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Sep 21, 2023
1 parent ada255e commit 658f906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids-validator/validators/tsv/tsv.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ const TSV = (file, contents, fileList, callback) => {
}
*/

// check partcipants.tsv for age 89+
// check participants.tsv for age 89+
if (file.name === 'participants.tsv') {
checkAge89(rows, file, issues)
}
Expand Down

0 comments on commit 658f906

Please sign in to comment.