mirror of
https://github.com/taglib/taglib.git
synced 2025-09-05 04:44:16 -04: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