Skip to content

Commit c5efe78

Browse files
Update neo/io/proxyobjects.py
Co-authored-by: Julia Sprenger <[email protected]>
1 parent 14c8c12 commit c5efe78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/io/proxyobjects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(self, rawio=None, stream_index=None, inner_stream_channels=None,
9292
# inner_stream_channels: are channel index inside the stream None means all channels
9393
# if inner_stream_channels is not None:
9494
#  * then this is a "substream"
95-
# * handle the case where channels have diffrents units inside a stream
95+
# * handle the case where channels have different units inside a stream
9696
# * is related to BaseFromRaw.get_sub_signal_streams()
9797

9898
self._rawio = rawio

0 commit comments

Comments
 (0)