Skip to content

Commit 3663314

Browse files
committed
fix typo
1 parent 503a046 commit 3663314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spm_2_bids.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
% TODO implement methods in Mapping to filter by suffix / extention /
7070
% entities
7171

72-
% if any suffix / extention mentioned in the mapping we check for that as well
72+
% if any suffix / extension mentioned in the mapping we check for that as well
7373
% if none is mentioned anywhere in the mapping then anything goes
7474
suffix_match = true(size(mapping));
7575
if ~all(cellfun('isempty', {mapping.suffix}'))

0 commit comments

Comments
 (0)