diff --git a/tagvalue.cpp b/tagvalue.cpp index 258ba10..b37922c 100644 --- a/tagvalue.cpp +++ b/tagvalue.cpp @@ -101,7 +101,7 @@ pair encodingParameter(TagTextEncoding tagTextEncoding) * * Values of the type TagDataType::Text can be differently encoded. * - See TagParser::TagTextEncoding for a list of encodings supported by this library. - * - Tag formats usually only support a subset of these encodings. The serializers for the varoius tag + * - Tag formats usually only support a subset of these encodings. The serializers for the various tag * formats provided by this library will keep the encoding if possible and otherwise convert the assigned * text to an encoding supported by the tag format on the fly. Note that ID3v1 does not specify which * encodings are supported (or unsupported) so the serializer will just write text data as-is.