We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809639d commit 3f1ce76Copy full SHA for 3f1ce76
src/Mapping.m
@@ -184,7 +184,7 @@ function print_mapping(obj, filename)
184
185
fid = 1;
186
187
- elseif ~strcmp(bids.intenal.file_utils(filename, 'ext'), 'json')
+ elseif ~strcmp(bids.internal.file_utils(filename, 'ext'), 'json')
188
189
fid = fopen(filename, 'Wt');
190
if fid == -1
@@ -195,7 +195,7 @@ function print_mapping(obj, filename)
195
separator = ' | ';
196
right = ' |';
197
198
- elseif strcmp(bids.intenal.file_utils(filename, 'ext'), 'json')
+ elseif strcmp(bids.internal.file_utils(filename, 'ext'), 'json')
199
200
output_is_json = true;
201
0 commit comments