Fix some typos in comments.

This commit is contained in:
Tsuda Kageyu 2015-08-14 00:10:19 +09:00
parent d90617959b
commit bd564546f4
3 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ namespace TagLib {
/*!
* This class implements ID3v2 extended headers. It attempts to follow,
* both semantically and programatically, the structure specified in
* both semantically and programatically, the structure specified in
* the ID3v2 standard. The API is based on the properties of ID3v2 extended
* headers specified there. If any of the terms used in this documentation
* are unclear please check the specification in the linked section.

View File

@ -89,12 +89,12 @@ namespace TagLib {
{
public:
/*!
* Constructs an empty Info tag.
* Constructs an empty INFO tag.
*/
Tag();
/*!
* Constructs an Info tag read from \a data which is contents of "LIST" chunk.
* Constructs an INFO tag read from \a data which is contents of "LIST" chunk.
*/
Tag(const ByteVector &data);

View File

@ -63,7 +63,7 @@ namespace TagLib {
NoTags = 0x0000,
//! Matches ID3v2 tags.
ID3v2 = 0x0001,
//! Matches Info tags.
//! Matches INFO tags.
Info = 0x0002,
//! Matches all tag types.
AllTags = 0xffff