Fix a typo in a debug message.

This commit is contained in:
Tsuda Kageyu 2015-07-30 23:36:44 +09:00
parent 47800d1000
commit 6dcecf0e71

View File

@ -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;
}