mirror of
https://github.com/taglib/taglib.git
synced 2025-07-25 08:24:29 -04:00
Fix spelling and typos
This commit is contained in:
@ -592,7 +592,7 @@ void XM::File::read(bool)
|
||||
sumSampleCount += sampleCount;
|
||||
// wouldn't know which header size to assume otherwise:
|
||||
READ_ASSERT(instrumentHeaderSize >= count + 4 && readU32L(sampleHeaderSize));
|
||||
// skip unhandeled header proportion:
|
||||
// skip unhandled header proportion:
|
||||
seek(instrumentHeaderSize - count - 4, Current);
|
||||
|
||||
for(unsigned short j = 0; j < sampleCount; ++ j) {
|
||||
@ -620,7 +620,7 @@ void XM::File::read(bool)
|
||||
|
||||
unsigned int count = sample.read(*this, sampleHeaderSize);
|
||||
READ_ASSERT(count == std::min(sampleHeaderSize, (unsigned long)sample.size()));
|
||||
// skip unhandeled header proportion:
|
||||
// skip unhandled header proportion:
|
||||
seek(sampleHeaderSize - count, Current);
|
||||
|
||||
offset += sampleLength;
|
||||
|
Reference in New Issue
Block a user