aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2015-08-11 09:45:32 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2015-08-11 09:45:32 +0900
commitd90617959b707061bea24df13147b427fcaeaf18 (patch)
tree77524f72e075d1785cf5f44572570a6f0ec9a663
parentbc106ad81e1015c896b32ae1fec6cb3c3894ac84 (diff)
Fix some typos in comments.
-rw-r--r--taglib/riff/wav/infotag.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/taglib/riff/wav/infotag.h b/taglib/riff/wav/infotag.h
index 2f6930c0..c99b59ac 100644
--- a/taglib/riff/wav/infotag.h
+++ b/taglib/riff/wav/infotag.h
@@ -37,7 +37,7 @@ namespace TagLib {
class File;
- //! A RIFF Info tag implementation.
+ //! A RIFF INFO tag implementation.
namespace RIFF {
namespace Info {
@@ -46,11 +46,11 @@ namespace TagLib {
//! A abstraction for the string to data encoding in Info tags.
/*!
- * RIFF Info tag has no clear definitions about character encodings.
+ * RIFF INFO tag has no clear definitions about character encodings.
* In practice, local encoding of each system is largely used and UTF-8 is
* popular too.
*
- * Here is an option to read and write tags in your preferrd encoding
+ * Here is an option to read and write tags in your preferred encoding
* by subclassing this class, reimplementing parse() and render() and setting
* your reimplementation as the default with Info::Tag::setStringHandler().
*