diff options
author | Zoë Blade <zoe@bytenoise.co.uk> | 2014-12-01 14:38:11 +0000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-12-03 21:43:03 +1100 |
commit | 7b757e46f222e6e15878eac503d8c68c3b7294cd (patch) | |
tree | b5c8d6ba9b29c0cf92fdc4cdc994dc09837dcb26 /include/FLAC/metadata.h | |
parent | 723cfa34f2dd6c091117eefe93b05048e0e5b837 (diff) | |
download | flac-7b757e46f222e6e15878eac503d8c68c3b7294cd.tar.gz |
Fix some minor word duplication
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'include/FLAC/metadata.h')
-rw-r--r-- | include/FLAC/metadata.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. * |