Skip to content

Commit 807d51b

Browse files
committed
FIX: Spelling [ci skip]
1 parent 0de3a35 commit 807d51b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/tests/test_morph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def test_xhemi_morph():
192192
n_src_verts = len(vertices_use[1])
193193
assert vertices_use[0].shape == (n_grade_verts,)
194194
assert vertices_use[1].shape == (n_src_verts,)
195-
# ensure it's sufficiently diffirent to manifest round-trip errors
195+
# ensure it's sufficiently different to manifest round-trip errors
196196
assert np.isin(vertices_use[1], stc.vertices[1]).mean() < 0.3
197197
morph = compute_source_morph(
198198
stc,

0 commit comments

Comments
 (0)