summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/libflac
diff options
context:
space:
mode:
author Zoë Blade <zoe@bytenoise.co.uk>2014-11-30 22:29:32 +0000
committer Zoë Blade <zoe@bytenoise.co.uk>2014-11-30 22:29:32 +0000
commit44322992e5119318299c35fc18e1397f7b263825 (patch)
tree5d80009ee5df4c23e0292652eacfe386e4b57205 /src/lib/libflac
parentda5edaf6803868299d16a4e5b1cba1a66ba1528c (diff)
Fix various typos
Squashed commit of the following: commit 040fd169bfd6845b33d3f86fd66afb4a632605c6 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:24:30 2014 +0000 Fix more typos in comments commit 6121ae593008a574735427e047fdb7a16f4fa47f Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:20:37 2014 +0000 Fix more typos Not all are in comments this time, but the vast majority are, and the rest are in printed text. None are variable or constant names. commit 84bc72573009bb46f5601f7257a7f7538f25cfc2 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:01:46 2014 +0000 Fix some typos
Diffstat (limited to 'src/lib/libflac')
-rw-r--r--src/lib/libflac/include/FLAC/metadata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libflac/include/FLAC/metadata.h b/src/lib/libflac/include/FLAC/metadata.h
index 879b0b40a63..9d71ca378ae 100644
--- a/src/lib/libflac/include/FLAC/metadata.h
+++ b/src/lib/libflac/include/FLAC/metadata.h
@@ -665,7 +665,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
@@ -1690,7 +1690,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.
*