Skip to content

Commit 956d51f

Browse files
committed
typo
1 parent fb8c234 commit 956d51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ class ConvertWarpInputSpec(FSLCommandInputSpec):
16291629
'coordinates in the next space.'))
16301630

16311631
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. '
1632+
desc=('If set it indicates that the warps in --out should be absolute, i.e. '
16331633
'the values in --out are displacements from the coordinates in --ref.'))
16341634

16351635
out_relwarp = traits.Bool(argstr='--relout', xor=['out_abswarp'],

0 commit comments

Comments
 (0)