From: Michael Helmling Date: Fri, 6 Jan 2017 08:08:02 +0000 (+0100) Subject: Fix #789 (typo in member doc) X-Git-Tag: v1.12-beta-1~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c97be6630eaa317ca0f657a6311e0de3501d3f9a;p=taglib Fix #789 (typo in member doc) --- diff --git a/taglib/toolkit/tfile.h b/taglib/toolkit/tfile.h index a6dda7ba..55f53a52 100644 --- a/taglib/toolkit/tfile.h +++ b/taglib/toolkit/tfile.h @@ -86,7 +86,7 @@ namespace TagLib { * format, the returned map's unsupportedData() list will contain one entry identifying * that object (e.g. the frame type for ID3v2 tags). Use removeUnsupportedProperties() * to remove (a subset of) them. - * For files that contain more than one tag (e.g. an MP3 with both an ID3v2 and an ID3v2 + * For files that contain more than one tag (e.g. an MP3 with both an ID3v1 and an ID3v2 * tag) only the most "modern" one will be exported (ID3v2 in this case). * BIC: Will be made virtual in future releases. */