Skip to content

Commit 694b79e

Browse files
committed
Some ambigous typos fixes
1 parent 576bfc4 commit 694b79e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ class Registration(ANTSCommand):
865865
--write-composite-transform 0'
866866
867867
One can use multiple similarity metrics in a single registration stage.The Node below first
868-
performs a linear registation using only the Mutual Information ('Mattes')-metric.
868+
performs a linear registration using only the Mutual Information ('Mattes')-metric.
869869
In a second stage, it performs a non-linear registration ('Syn') using both a
870870
Mutual Information and a local cross-correlation ('CC')-metric. Both metrics are weighted
871871
equally ('metric_weight' is .5 for both). The Mutual Information- metric uses 32 bins.

nipype/interfaces/freesurfer/longitudinal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class RobustTemplateInputSpec(FSTraitedSpecOpenMP):
7373
)
7474
initial_timepoint = traits.Int(
7575
argstr="--inittp %d",
76-
desc="use TP# for spacial init (default random), 0: no init",
76+
desc="use TP# for special init (default random), 0: no init",
7777
)
7878
fixed_timepoint = traits.Bool(
7979
default_value=False,

nipype/interfaces/fsl/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,7 @@ class ClusterInputSpec(FSLCommandInputSpec):
20262026
argstr="--stdvol=%s", desc="filename for standard-space volume"
20272027
)
20282028
num_maxima = traits.Int(argstr="--num=%d", desc="no of local maxima to report")
2029-
warpfield_file = File(argstr="--warpvol=%s", desc="file contining warpfield")
2029+
warpfield_file = File(argstr="--warpvol=%s", desc="file containing warpfield")
20302030

20312031

20322032
class ClusterOutputSpec(TraitedSpec):

nipype/utils/profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def stop(self):
4444

4545
class ResourceMonitor(threading.Thread):
4646
"""
47-
A ``Thread`` to monitor a specific PID with a certain frequence
47+
A ``Thread`` to monitor a specific PID with a certain frequency
4848
to a file
4949
"""
5050

0 commit comments

Comments
 (0)