Skip to content

Commit 04e05d4

Browse files
Fix minor typo found by codespell (mne-tools#12029)
1 parent 9ed326f commit 04e05d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne/io/fiff/tests/test_raw_fiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ def test_split_files(tmp_path, mod, monkeypatch):
649649
assert fname.is_file()
650650
assert not (tmp_path / "test_split-01_{mod}.fif").is_file()
651651

652-
# MAX_N_SPLITS exceeeded
652+
# MAX_N_SPLITS exceeded
653653
raw = RawArray(np.zeros((1, 2000000)), create_info(1, 1000.0, "eeg"))
654654
fname.unlink()
655655
kwargs = dict(split_size="2MB", overwrite=True, verbose=True)

0 commit comments

Comments
 (0)