summaryrefslogtreecommitdiff
path: root/doc/html/changelog.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/changelog.html')
-rw-r--r--doc/html/changelog.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index 5cc98e9f..214a62c4 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -42,7 +42,7 @@
</div>
<div class="box_header"></div>
<div class="box_body">
- This is an informal changelog, a summary of changes in each release. (See also <a href="documentation_bugs.html">known bugs</a>.) Particulary important for developers is the precise description of changes to the library interfaces. See also the <a href="api/group__porting.html">porting guide</a> for specific instructions on porting to newer versions of FLAC.<br />
+ This is an informal changelog, a summary of changes in each release. (See also <a href="documentation_bugs.html">known bugs</a>.) Particularly important for developers is the precise description of changes to the library interfaces. See also the <a href="api/group__porting.html">porting guide</a> for specific instructions on porting to newer versions of FLAC.<br />
<a name="flac_1_3_2"><b>FLAC 1.3.2</b> (01-Jan-2017)</a>
@@ -331,7 +331,7 @@
<li>
libFLAC++:
<ul>
- <li>Add a number of convienience methods.</li>
+ <li>Add a number of convenience methods.</li>
</ul>
</li>
</ul>
@@ -718,8 +718,8 @@
<li>
libraries:
<ul>
- <li>Merged libOggFLAC into libFLAC; both formats are now supporte through the same API.</li>
- <li>Merged libOggFLAC++ into libFLAC++; both formats are now supporte through the same API.</li>
+ <li>Merged libOggFLAC into libFLAC; both formats are now supported through the same API.</li>
+ <li>Merged libOggFLAC++ into libFLAC++; both formats are now supported through the same API.</li>
<li>libFLAC and libFLAC++: Simplified encoder setup with new <span class="argument">FLAC__stream_encoder_set_compression_level()</span> function.</li>
<li>libFLAC: Improved compression with no impact on FLAC format or decoding time by adding a windowing stage before LPC analysis.</li>
<li>libFLAC: Fixed a bug where missing STREAMINFO fields (min/max framesize, total samples, MD5 sum) and seek point offsets were not getting rewritten back to Ogg FLAC file (<a href="http://sourceforge.net/p/flac/bugs/197/">SF #1338969</a>).</li>
@@ -734,8 +734,8 @@
<li>
all libraries;
<ul>
- <li>Merged libOggFLAC into libFLAC; both formats are now supporte through the same API.</li>
- <li>Merged libOggFLAC++ into libFLAC++; both formats are now supporte through the same API.</li>
+ <li>Merged libOggFLAC into libFLAC; both formats are now supported through the same API.</li>
+ <li>Merged libOggFLAC++ into libFLAC++; both formats are now supported through the same API.</li>
<li>Merged seekable stream decoder and file decoder into the stream decoder.</li>
<li>Merged seekable stream encoder and file encoder into the stream encoder.</li>
<li>Added #defines for the API version number to make porting easier; see <tt>include/lib*FLAC*/export.h</tt>.</li>