Skip to content

Commit f6965c8

Browse files
committed
Some ambigous typos fixes
1 parent 761b620 commit f6965c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/changelog/0.X.X-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Release 0.10.0 (October 10, 2014)
316316
* ENH: Updated FSL interfaces: BEDPOSTX and XFibres, former interfaces are still
317317
available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
318318
versions of BEDPOSTX: BEDPOSTXGPU, BEDPOSTX5GPU, and BEDPOSTX4GPU
319-
* ENH: Added experimental support for MIPAV algorithms thorugh JIST plugins
319+
* ENH: Added experimental support for MIPAV algorithms through JIST plugins
320320
* ENH: New dipy interfaces: Denoise, Resample
321321
* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), MRIPretess
322322
* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd, EpiReg, ProbTrackX2, WarpUtils, ConvertWarp

nipype/interfaces/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ class FSSourceOutputSpec(TraitedSpec):
16831683
File(exists=True), desc="Inflated surface meshes", loc="surf"
16841684
)
16851685
pial = OutputMultiPath(
1686-
File(exists=True), desc="Gray matter/pia mater surface meshes", loc="surf"
1686+
File(exists=True), desc="Gray matter/pia matter surface meshes", loc="surf"
16871687
)
16881688
area_pial = OutputMultiPath(
16891689
File(exists=True),

0 commit comments

Comments
 (0)