File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3387,11 +3387,11 @@ class QwarpInputSpec(AFNICommandInputSpec):
33873387 exists = True ,
33883388 copyfile = False )
33893389 noXdis = traits .Bool (
3390- desc = 'Warp will not displace in x directoin ' , argstr = '-noXdis' )
3390+ desc = 'Warp will not displace in x direction ' , argstr = '-noXdis' )
33913391 noYdis = traits .Bool (
3392- desc = 'Warp will not displace in y directoin ' , argstr = '-noYdis' )
3392+ desc = 'Warp will not displace in y direction ' , argstr = '-noYdis' )
33933393 noZdis = traits .Bool (
3394- desc = 'Warp will not displace in z directoin ' , argstr = '-noZdis' )
3394+ desc = 'Warp will not displace in z direction ' , argstr = '-noZdis' )
33953395 iniwarp = traits .List (
33963396 File (exists = True , copyfile = False ),
33973397 desc = 'A dataset with an initial nonlinear warp to use.'
You can’t perform that action at this time.
0 commit comments