Skip to content

Commit ebd2e7c

Browse files
authored
Merge pull request #765 from DimitriPapadopoulos/CHARECTER
fix typo
2 parents 34ef6ee + dfbf93a commit ebd2e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bids-validator/utils/issues/list.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,13 +345,13 @@ module.exports = {
345345
'Quick validation failed - the general folder structure does not resemble a BIDS dataset. Have you chosen the right folder (with "sub-*/" subfolders)? Check for structural/naming issues and presence of at least one subject.',
346346
},
347347
62: {
348-
key: 'SUBJECT_VALUE_CONTAINS_ILLEGAL_CHARECTER',
348+
key: 'SUBJECT_VALUE_CONTAINS_ILLEGAL_CHARACTER',
349349
severity: 'error',
350350
reason:
351351
'Sub label contain an Illegal Character hyphen or underscore. Please edit the filename as per BIDS spec.',
352352
},
353353
63: {
354-
key: 'SESSION_VALUE_CONTAINS_ILLEGAL_CHARECTER',
354+
key: 'SESSION_VALUE_CONTAINS_ILLEGAL_CHARACTER',
355355
severity: 'error',
356356
reason:
357357
'Ses label contain an Illegal Character hyphen or underscore. Please edit the filename as per BIDS spec.',

0 commit comments

Comments
 (0)