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):
3387
3387
exists = True ,
3388
3388
copyfile = False )
3389
3389
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' )
3391
3391
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' )
3393
3393
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' )
3395
3395
iniwarp = traits .List (
3396
3396
File (exists = True , copyfile = False ),
3397
3397
desc = 'A dataset with an initial nonlinear warp to use.'
You can’t perform that action at this time.
0 commit comments