]> granicus.if.org Git - taglib/commitdiff
Fix some typos in comment.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Sun, 17 May 2015 15:31:46 +0000 (00:31 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Sun, 17 May 2015 15:31:46 +0000 (00:31 +0900)
taglib/toolkit/tbytevector.h

index cbdb1d2c923109c14e93fdd8934c112662954205..b244cb3375a374fb0368300e0f76ea32cbb7bb00 100644 (file)
@@ -39,7 +39,7 @@ namespace TagLib {
   /*!
    * This class provides a byte vector with some methods that are useful for
    * tagging purposes.  Many of the search functions are tailored to what is
-   * useful for finding tag related paterns in a data array.
+   * useful for finding tag related patterns in a data array.
    */
 
   class TAGLIB_EXPORT ByteVector
@@ -493,7 +493,7 @@ namespace TagLib {
     static ByteVector fromCString(const char *s, uint length = 0xffffffff);
 
     /*!
-     * Returns a const refernence to the byte at \a index.
+     * Returns a const reference to the byte at \a index.
      */
     const char &operator[](int index) const;