mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Fix some typos in comment.
This commit is contained in:
parent
64c43b0d3f
commit
3a3a6a6fda
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user