From 3a3a6a6fda1928a7aa1fa2c936ff63372f522bd4 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Mon, 18 May 2015 00:31:46 +0900 Subject: [PATCH] Fix some typos in comment. --- taglib/toolkit/tbytevector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taglib/toolkit/tbytevector.h b/taglib/toolkit/tbytevector.h index cbdb1d2c..b244cb33 100644 --- a/taglib/toolkit/tbytevector.h +++ b/taglib/toolkit/tbytevector.h @@ -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;