From f7941d442f3223c9216f3bc0fb73682b20cba8ce Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 30 Jul 2023 14:40:15 +0200 Subject: [PATCH] Fix typo --- tagvalue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.