Skip to content

Commit e486667

Browse files
authored
Corrected typo: Lenght - Length
1 parent 5847467 commit e486667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MIDI.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ bool MidiInterface<SerialPort, Settings>::parse()
770770
break;
771771

772772
case SystemExclusive:
773-
// The message can be any lenght
773+
// The message can be any length
774774
// between 3 and MidiMessage::sSysExMaxSize bytes
775775
mPendingMessageExpectedLength = MidiMessage::sSysExMaxSize;
776776
mRunningStatus_RX = InvalidType;
@@ -1047,7 +1047,7 @@ inline const byte* MidiInterface<SerialPort, Settings>::getSysExArray() const
10471047
return mMessage.sysexArray;
10481048
}
10491049

1050-
/*! \brief Get the lenght of the System Exclusive array.
1050+
/*! \brief Get the length of the System Exclusive array.
10511051
10521052
It is coded using data1 as LSB and data2 as MSB.
10531053
\return The array's length, in bytes.

0 commit comments

Comments
 (0)