Corrected typo: Lenght - Length

This commit is contained in:
Jacek Roszkowski 2018-06-22 20:40:43 +02:00 committed by GitHub
parent 1cd638361e
commit 98f7bb8831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -234,7 +234,7 @@ private:
StatusByte mRunningStatus_RX;
StatusByte mRunningStatus_TX;
byte mPendingMessage[3];
unsigned mPendingMessageExpectedLenght;
unsigned mPendingMessageExpectedLength;
unsigned mPendingMessageIndex;
unsigned mCurrentRpnNumber;
unsigned mCurrentNrpnNumber;
@ -250,8 +250,8 @@ private:
// -----------------------------------------------------------------------------
unsigned encodeSysEx(const byte* inData, byte* outSysEx, unsigned inLenght);
unsigned decodeSysEx(const byte* inSysEx, byte* outData, unsigned inLenght);
unsigned encodeSysEx(const byte* inData, byte* outSysEx, unsigned inLength);
unsigned decodeSysEx(const byte* inSysEx, byte* outData, unsigned inLength);
END_MIDI_NAMESPACE