Skip to content

Commit a392c21

Browse files
authored
Merge pull request #308 from nellh/spelling-fixes
Fix various spelling issues in error codes
2 parents 8d8c93e + 9551fbf commit a392c21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/issues/list.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ module.exports = {
220220
44: {
221221
key: 'FILE_READ',
222222
severity: 'error',
223-
reason: "We were unable to read this file. Make sure it is not corrupted, incorectly named or incorectly symlinked."
223+
reason: "We were unable to read this file. Make sure it is not corrupted, incorrectly named or incorrectly symlinked."
224224
},
225225
45: {
226226
key: 'SUBJECT_FOLDERS',
@@ -280,7 +280,7 @@ module.exports = {
280280
56: {
281281
key: 'Participants age 89 or higher',
282282
severity: 'warning',
283-
reason: 'As per section 164.514(C) of "The De-dentification Standard" under HIPPA guidelines, participants with age 89 or higher should be tagged as 89+. More information can be found at https://www.hhs.gov/hipaa/for-professionals/privacy/special-topics/de-identification/#standard'
283+
reason: 'As per section 164.514(C) of "The De-identification Standard" under HIPAA guidelines, participants with age 89 or higher should be tagged as 89+. More information can be found at https://www.hhs.gov/hipaa/for-professionals/privacy/special-topics/de-identification/#standard'
284284
},
285285
57: {
286286
key: 'DATASET_DESCRIPTION_JSON_MISSING',
@@ -290,12 +290,12 @@ module.exports = {
290290
58: {
291291
key: 'TASK_NAME_CONTAIN_ILLEGAL_CHARACTER',
292292
severity: 'error',
293-
reason: 'Task Name contain an Illegal Character hypen or underscore. Please edit the filename as per BIDS spec.'
293+
reason: 'Task Name contain an Illegal Character hyphen or underscore. Please edit the filename as per BIDS spec.'
294294
},
295295
59: {
296296
key: 'ACQ_NAME_CONTAIN_ILLEGAL_CHARACTER',
297297
severity: 'error',
298-
reason: 'acq Name contain an Illegal Character hypen or underscore. Please edit the filename as per BIDS spec.'
298+
reason: 'acq Name contain an Illegal Character hyphen or underscore. Please edit the filename as per BIDS spec.'
299299
},
300300
60: {
301301
key: 'SFORM_AND_QFORM_IN_IMAGE_HEADER_ARE_ZERO',
@@ -305,6 +305,6 @@ module.exports = {
305305
61: {
306306
key: 'QUICK_VALIDATION_FAILED',
307307
severity: 'error',
308-
reason: 'Quick validation failed - the general folder structure does not resamble a BIDS dataset. Have you chosen the right folder (with "sub-*/" subfolders)? Check for structural/naming issues and presence of at least one subject.',
308+
reason: '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.',
309309
}
310310
};

0 commit comments

Comments
 (0)