Skip to content

Commit 408627d

Browse files
Merge pull request #682 from Roosted7/master
Fix small typos in the help of the parrec cmdline tool
2 parents 1e9c4d4 + 40abace commit 408627d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabel/cmdline/parrec2nii.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def get_opt_parser():
8989
p.add_option(
9090
Option("--minmax", action="store", nargs=2, dest="minmax",
9191
help=one_line(
92-
"""Mininum and maximum settings to be stored in the NIfTI
92+
"""Minimum and maximum settings to be stored in the NIfTI
9393
header. If any of them is set to 'parse', the scaled data is
9494
scanned for the actual minimum and maximum. To bypass this
9595
potentially slow and memory intensive step (the data has to
@@ -103,7 +103,7 @@ def get_opt_parser():
103103
default=False,
104104
help=one_line(
105105
"""If set, all information from the PAR header is stored in
106-
an extension ofthe NIfTI file header. Default: off""")))
106+
an extension of the NIfTI file header. Default: off""")))
107107
p.add_option(
108108
Option("--scaling", action="store", dest="scaling", default='dv',
109109
help=one_line(

0 commit comments

Comments
 (0)