aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2016-04-23 06:54:59 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2016-04-23 06:54:59 +0900
commit64220545403f76f2324c13a3fba44fffed768155 (patch)
tree33b8afaa2ae8c88ee9315a6d1d98664d0a13a7a8
parent0a85f9b227db1432ae3fa27b235ec806b9ad3cf6 (diff)
parent1b878102f02ed5ab371d6ac88c5d8e226f094c7c (diff)
Merge pull request #739 from frgm/master
c: fix a typo
-rw-r--r--bindings/c/tag_c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/c/tag_c.h b/bindings/c/tag_c.h
index 2e8b752f..8d5f85ff 100644
--- a/bindings/c/tag_c.h
+++ b/bindings/c/tag_c.h
@@ -124,7 +124,7 @@ TAGLIB_C_EXPORT TagLib_File *taglib_file_new_type(const char *filename, TagLib_F
TAGLIB_C_EXPORT void taglib_file_free(TagLib_File *file);
/*!
- * Returns true if the file is open and readble and valid information for
+ * Returns true if the file is open and readable and valid information for
* the Tag and / or AudioProperties was found.
*/
@@ -137,7 +137,7 @@ TAGLIB_C_EXPORT BOOL taglib_file_is_valid(const TagLib_File *file);
TAGLIB_C_EXPORT TagLib_Tag *taglib_file_tag(const TagLib_File *file);
/*!
- * Returns a pointer to the the audio properties associated with this file. This
+ * Returns a pointer to the audio properties associated with this file. This
* will be freed automatically when the file is freed.
*/
TAGLIB_C_EXPORT const TagLib_AudioProperties *taglib_file_audioproperties(const TagLib_File *file);