Skip to content

Commit 10173fc

Browse files
STY: Codespell
1 parent 4d1352a commit 10173fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nipype/interfaces/base/traits_extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
Undefined deep and down in traits/ui/wx/list_editor.py it checks for
5959
the len() of the elements of the list. The _Undefined class in traits
6060
does not define the __len__ method and would error. I tried defining
61-
our own Undefined and even sublassing Undefined, but both of those
61+
our own Undefined and even subclassing Undefined, but both of those
6262
failed with a TraitError in our initializer when we assign the
6363
Undefined to the inputs because of an incompatible type:
6464

nipype/interfaces/semtools/brains/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class HistogramMatchingFilterInputSpec(CommandLineInputSpec):
5353
)
5454
histogramAlgorithm = traits.Enum(
5555
"OtsuHistogramMatching",
56-
desc=" histogram algrithm selection",
56+
desc=" histogram algorithm selection",
5757
argstr="--histogramAlgorithm %s",
5858
)
5959
verbose = traits.Bool(

0 commit comments

Comments
 (0)