summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2017-03-21 05:39:26 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2017-03-21 05:39:29 +1100
commit25b2d82fe4982edbcb54913f4f5db0a1ae9c726d (patch)
tree6d45ed73551ce24c83f383fb26d51809f801b50a
parent5121d22e80cc53f04e0116c2f31d25444680cbd5 (diff)
downloadflac-25b2d82fe4982edbcb54913f4f5db0a1ae9c726d.tar.gz
Fix typos in header files
Patch-from: lvqcl <lvqcl.mail@gmail.com>
-rw-r--r--include/FLAC++/decoder.h2
-rw-r--r--include/FLAC++/encoder.h2
-rw-r--r--include/share/private.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/FLAC++/decoder.h b/include/FLAC++/decoder.h
index 7de7e595..5cb4c7ef 100644
--- a/include/FLAC++/decoder.h
+++ b/include/FLAC++/decoder.h
@@ -115,7 +115,7 @@ namespace FLAC {
virtual ~Stream();
//@{
- /** Call after construction to check the that the object was created
+ /** Call after construction to check that the object was created
* successfully. If not, use get_state() to find out why not.
*/
virtual bool is_valid() const;
diff --git a/include/FLAC++/encoder.h b/include/FLAC++/encoder.h
index 2706223a..90b7f8c7 100644
--- a/include/FLAC++/encoder.h
+++ b/include/FLAC++/encoder.h
@@ -117,7 +117,7 @@ namespace FLAC {
virtual ~Stream();
//@{
- /** Call after construction to check the that the object was created
+ /** Call after construction to check that the object was created
* successfully. If not, use get_state() to find out why not.
*
*/
diff --git a/include/share/private.h b/include/share/private.h
index f7e3b853..03083d3f 100644
--- a/include/share/private.h
+++ b/include/share/private.h
@@ -33,7 +33,7 @@
#define FLAC__SHARE__PRIVATE_H
/*
- * Unpublished debug routines from libFLAC> This should not be used from any
+ * Unpublished debug routines from libFLAC. This should not be used from any
* client code other than code shipped with the FLAC sources.
*/
FLAC_API FLAC__bool FLAC__stream_encoder_disable_constant_subframes(FLAC__StreamEncoder *encoder, FLAC__bool value);