mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 00:58:12 -04:00
Fix a typo in a debug message.
This commit is contained in:
parent
47800d1000
commit
6dcecf0e71
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user