Skip to content

Commit 1ffba67

Browse files
authored
chore: fix typo in docstring [skip ci]
1 parent 7f72285 commit 1ffba67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdcflows/interfaces/bspline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,10 @@ class TOPUPCoeffReorient(SimpleInterface):
332332
"""
333333
Revise the orientation of TOPUP-generated B-Spline coefficients.
334334
335-
TOUP-generated "fieldcoeff" files are just B-Spline fields, where the shape
335+
TOPUP-generated "fieldcoeff" files are just B-Spline fields, where the shape
336336
of the field is fixated to be a decimated grid of the original image by an
337337
integer factor and added 3 pixels on each dimension.
338-
This is one root reason why TOPUP errors (FSL 6) or segfaults (FSL5), when the
338+
This is one root reason why TOPUP errors (FSL 6) or segfaults (FSL 5), when the
339339
input image has odd number of voxels along one or more directions.
340340
341341
These "fieldcoeff" are fixated to be zero-centered, and have "plumb" orientation

0 commit comments

Comments
 (0)