From: Wieland Hoffmann Date: Sat, 18 Jan 2014 17:11:31 +0000 (+0100) Subject: Remove a superfluos 'x' X-Git-Tag: v1.10beta~187^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db147e672e1c331c9747d7f392cbeae1fbc3adf1;p=taglib Remove a superfluos 'x' --- 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 {