mirror of
https://github.com/taglib/taglib.git
synced 2026-02-15 04:32:59 -05:00
Fix a typo in a debug message.
This commit is contained in:
@ -422,7 +422,7 @@ void FLAC::File::scan()
|
||||
length = header.toUInt(1U, 3U);
|
||||
|
||||
if(length == 0 && blockType != MetadataBlock::Padding) {
|
||||
debug("FLAC::File::scan() -- Zero-sized metadaba block found");
|
||||
debug("FLAC::File::scan() -- Zero-sized metadata block found");
|
||||
setValid(false);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user