]> granicus.if.org Git - taglib/commitdiff
Fix some typos in comments.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 13 Aug 2015 15:10:19 +0000 (00:10 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 13 Aug 2015 15:10:19 +0000 (00:10 +0900)
taglib/mpeg/id3v2/id3v2extendedheader.h
taglib/riff/wav/infotag.h
taglib/riff/wav/wavfile.h

index d7227e9d184fb86915fc2d52664bbe325113875b..d60200e73b59ac67cb4a2bd733a487eea32c2a1d 100644 (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.
index c99b59ac4f161d19a72353234b5786fec6a9356a..440e7b934546fd6f18525a390acb8b05ecc75c7f 100644 (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);
 
index 99bfda1796d4ed5d0eb76b92acc248d3e80d52ce..129d9537ac5f2e51d9c09380deb3733efdc263d8 100644 (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