summaryrefslogtreecommitdiff
path: root/include/FLAC
diff options
context:
space:
mode:
authorZoë Blade <zoe@bytenoise.co.uk>2014-12-01 14:38:11 +0000
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-12-03 21:43:03 +1100
commit7b757e46f222e6e15878eac503d8c68c3b7294cd (patch)
treeb5c8d6ba9b29c0cf92fdc4cdc994dc09837dcb26 /include/FLAC
parent723cfa34f2dd6c091117eefe93b05048e0e5b837 (diff)
downloadflac-7b757e46f222e6e15878eac503d8c68c3b7294cd.tar.gz
Fix some minor word duplication
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'include/FLAC')
-rw-r--r--include/FLAC/all.h2
-rw-r--r--include/FLAC/metadata.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/FLAC/all.h b/include/FLAC/all.h
index 2851cf59..6f4d3363 100644
--- a/include/FLAC/all.h
+++ b/include/FLAC/all.h
@@ -176,7 +176,7 @@
* #endif
* \endcode
*
- * The the source will work for multiple versions and the legacy code can
+ * The source will work for multiple versions and the legacy code can
* easily be removed when the transition is complete.
*
* Another available symbol is FLAC_API_SUPPORTS_OGG_FLAC (defined in
diff --git a/include/FLAC/metadata.h b/include/FLAC/metadata.h
index 89515329..9a7c3f99 100644
--- a/include/FLAC/metadata.h
+++ b/include/FLAC/metadata.h
@@ -667,7 +667,7 @@ FLAC_API FLAC__bool FLAC__metadata_simple_iterator_delete_block(FLAC__Metadata_S
*
* - Create a new chain using FLAC__metadata_chain_new(). A chain is a
* linked list of FLAC metadata blocks.
- * - Read all metadata into the the chain from a FLAC file using
+ * - Read all metadata into the chain from a FLAC file using
* FLAC__metadata_chain_read() or FLAC__metadata_chain_read_ogg() and
* check the status.
* - Optionally, consolidate the padding using
@@ -1692,7 +1692,7 @@ FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_append_comment(FLAC__Str
* For convenience, a trailing NUL is added to the entry if it doesn't have
* one already.
*
- * Depending on the the value of \a all, either all or just the first comment
+ * Depending on the value of \a all, either all or just the first comment
* whose field name(s) match the given entry's name will be replaced by the
* given entry. If no comments match, \a entry will simply be appended.
*