Skip to content

Commit

Permalink
Corrected typo: Lenght - Length
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosz committed Jun 22, 2018
1 parent 2e8be81 commit 5847467
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/MIDI.cpp
Expand Up @@ -37,8 +37,8 @@ BEGIN_MIDI_NAMESPACE
data you want to send.
\param inData The data to encode.
\param outSysEx The output buffer where to store the encoded message.
\param inLength The lenght of the input buffer.
\return The lenght of the encoded output buffer.
\param inLength The length of the input buffer.
\return The length of the encoded output buffer.
@see decodeSysEx
Code inspired from Ruin & Wesen's SysEx encoder/decoder - http://ruinwesen.com
*/
Expand Down Expand Up @@ -74,8 +74,8 @@ unsigned encodeSysEx(const byte* inData, byte* outSysEx, unsigned inLength)
your received message.
\param inSysEx The SysEx data received from MIDI in.
\param outData The output buffer where to store the decrypted message.
\param inLength The lenght of the input buffer.
\return The lenght of the output buffer.
\param inLength The length of the input buffer.
\return The length of the output buffer.
@see encodeSysEx @see getSysExArrayLength
Code inspired from Ruin & Wesen's SysEx encoder/decoder - http://ruinwesen.com
*/
Expand Down

0 comments on commit 5847467

Please sign in to comment.