From db147e672e1c331c9747d7f392cbeae1fbc3adf1 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sat, 18 Jan 2014 18:11:31 +0100 Subject: [PATCH] Remove a superfluos 'x' --- taglib/mpeg/id3v2/frames/textidentificationframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglib/mpeg/id3v2/frames/textidentificationframe.h b/taglib/mpeg/id3v2/frames/textidentificationframe.h index 58ed63e6..e49aa897 100644 --- a/taglib/mpeg/id3v2/frames/textidentificationframe.h +++ b/taglib/mpeg/id3v2/frames/textidentificationframe.h @@ -234,7 +234,7 @@ namespace TagLib { * This description identifies the frame and must be unique. */ - //! An ID3v2 custom text identification frame implementationx + //! An ID3v2 custom text identification frame implementation class TAGLIB_EXPORT UserTextIdentificationFrame : public TextIdentificationFrame {