Skip to content

Commit 7957c09

Browse files
Minor typo in comment
1 parent 644b7ed commit 7957c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/dcm2nii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def _parse_stdout(self, stdout):
107107
if line.startswith("Saving "):
108108
out_file = line[len("Saving "):]
109109
elif line.startswith("GZip..."):
110-
# for gzipped outpus files are not absolute
110+
# for gzipped output files are not absolute
111111
fname = line[len("GZip..."):]
112112
if len(files) and os.path.basename(files[-1]) == fname[:-3]:
113113
# we are seeing a previously reported conversion

0 commit comments

Comments
 (0)