From 557884322084cbd4555c40555a4378e8c63397e5 Mon Sep 17 00:00:00 2001 From: Michael Helmling Date: Thu, 3 Jan 2013 22:54:12 +0100 Subject: [PATCH] Fixed a typo. --- taglib/toolkit/tfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglib/toolkit/tfile.h b/taglib/toolkit/tfile.h index 750efdff..3e8dd5fc 100644 --- a/taglib/toolkit/tfile.h +++ b/taglib/toolkit/tfile.h @@ -86,7 +86,7 @@ namespace TagLib { * format, the returend 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). */ virtual PropertyMap properties() const;