We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8c234 commit 956d51fCopy full SHA for 956d51f
nipype/interfaces/fsl/utils.py
@@ -1629,7 +1629,7 @@ class ConvertWarpInputSpec(FSLCommandInputSpec):
1629
'coordinates in the next space.'))
1630
1631
out_abswarp = traits.Bool(argstr='--absout', xor=['out_relwarp'],
1632
- desc=('If set it indicates that the warps in --out should be absolut, i.e. '
+ desc=('If set it indicates that the warps in --out should be absolute, i.e. '
1633
'the values in --out are displacements from the coordinates in --ref.'))
1634
1635
out_relwarp = traits.Bool(argstr='--relout', xor=['out_abswarp'],
0 commit comments