Skip to content

Commit 38536af

Browse files
committed
spelling
1 parent 3832c89 commit 38536af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neo/rawio/intanrawio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def read_rhs(filename, file_format: str):
695695
chan_info["gain"] = 1.0
696696
chan_info["offset"] = 0.0
697697
chan_info["dtype"] = "uint16"
698-
ordered_channels_info.append(chan_info)
698+
ordered_channel_info.append(chan_info)
699699
data_dtype[sig_type] = "uint16"
700700

701701
# per discussion with Intan developers before version 3 of their software the 'notch_filter_mode'
@@ -982,7 +982,7 @@ def read_rhd(filename, file_format: str):
982982
chan_info["gain"] = 1.0
983983
chan_info["offset"] = 0.0
984984
chan_info["dtype"] = "uint16"
985-
ordered_channels_info.append(chan_info)
985+
ordered_channel_info.append(chan_info)
986986
data_dtype[sig_type] = "uint16"
987987

988988
# per discussion with Intan developers before version 3 of their software the 'notch_filter_mode'

0 commit comments

Comments
 (0)