flac/vorbiscomment.c : Fix typo.

Patch-from: Jan Stary <hans@stare.cz>
This commit is contained in:
Erik de Castro Lopo
2014-12-09 06:04:40 +11:00
parent eb753ae5b4
commit 3ff1b9d3f0

View File

@@ -194,7 +194,7 @@ static FLAC__bool set_vc_field(FLAC__StreamMetadata *block, const Argument_VcFie
* our previous parsing has already established that the field
* name is OK, so it must be the field value
*/
*violation = "tag value for is not valid UTF-8";
*violation = "tag value is not valid UTF-8";
return false;
}