summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-22 10:25:02 -0400
committerRalph Giles <giles@thaumas.net>2018-10-09 13:37:51 -0700
commit529ec790cfba8b846f7e1d7603c22fc352ce2504 (patch)
tree6f3a579ee92d120515f75fef8f4558960b670770 /doc
parentbc82844df068429d209e909da47b1f730b53b689 (diff)
downloadogg-git-529ec790cfba8b846f7e1d7603c22fc352ce2504.tar.gz
Misc. typos
Found via `codespell -q 3` Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/libogg/general.html2
-rw-r--r--doc/libogg/ogg_stream_iovecin.html4
-rw-r--r--doc/libogg/ogg_stream_state.html2
-rw-r--r--doc/libogg/ogg_sync_wrote.html2
-rw-r--r--doc/ogg-multiplex.html2
-rw-r--r--doc/oggstream.html2
-rw-r--r--doc/release.txt2
7 files changed, 8 insertions, 8 deletions
diff --git a/doc/libogg/general.html b/doc/libogg/general.html
index 2db0627..edae3f8 100644
--- a/doc/libogg/general.html
+++ b/doc/libogg/general.html
@@ -44,7 +44,7 @@ All the <b>libogg</b> specific functions are declared in "ogg/ogg.h".
</tr>
<tr valign=top>
<td><a href="ogg_stream_check.html">ogg_stream_check</a></td>
- <td>Check for asyncronous errors.</td>
+ <td>Check for asynchronous errors.</td>
</tr>
<tr valign=top>
<td><a href="ogg_stream_eos.html">ogg_stream_eos</a></td>
diff --git a/doc/libogg/ogg_stream_iovecin.html b/doc/libogg/ogg_stream_iovecin.html
index 09f19c3..f6b73ff 100644
--- a/doc/libogg/ogg_stream_iovecin.html
+++ b/doc/libogg/ogg_stream_iovecin.html
@@ -49,9 +49,9 @@ int ogg_stream_iovecin(ogg_stream_state *os, ogg_iovec_t *iov, int count, long e
<dt><i>count</i></dt>
<dd>Length of the iov array.
<dt><i>e_o_s</i></dt>
-<dd>End of stream flag, analagous to the e_o_s field in an <a href="ogg_packet.html">ogg_packet</a>.
+<dd>End of stream flag, analogous to the e_o_s field in an <a href="ogg_packet.html">ogg_packet</a>.
<dt><i>granulepos</i></dt>
-<dd>Granule position value, analagous to the granpos field in an <a href="ogg_packet.html">ogg_packet</a>.
+<dd>Granule position value, analogous to the granpos field in an <a href="ogg_packet.html">ogg_packet</a>.
</dl>
diff --git a/doc/libogg/ogg_stream_state.html b/doc/libogg/ogg_stream_state.html
index e33dd65..dc440c3 100644
--- a/doc/libogg/ogg_stream_state.html
+++ b/doc/libogg/ogg_stream_state.html
@@ -53,7 +53,7 @@ typedef struct {
ogg_int64_t packetno; /* sequence number for decode; the framing
knows where there's a hole in the data,
but we need coupling so that the codec
- (which is in a seperate abstraction
+ (which is in a separate abstraction
layer) also knows about the gap */
ogg_int64_t granulepos;
diff --git a/doc/libogg/ogg_sync_wrote.html b/doc/libogg/ogg_sync_wrote.html
index 1397392..a979393 100644
--- a/doc/libogg/ogg_sync_wrote.html
+++ b/doc/libogg/ogg_sync_wrote.html
@@ -20,7 +20,7 @@
<p>This function is used to tell the <a href="ogg_sync_state.html">ogg_sync_state</a> struct how many bytes we wrote into the buffer.
<p>
-The general proceedure is to request a pointer into an internal
+The general procedure is to request a pointer into an internal
<a href="ogg_sync_state.html">ogg_sync_state</a> buffer by calling
<a href="ogg_sync_buffer.html">ogg_sync_buffer()</a>. The buffer
is then filled up to the requested size with new input, and
diff --git a/doc/ogg-multiplex.html b/doc/ogg-multiplex.html
index bd08e25..0674400 100644
--- a/doc/ogg-multiplex.html
+++ b/doc/ogg-multiplex.html
@@ -126,7 +126,7 @@ improves subjective performance outside of a few high-latency use
cases and adds no additional functionality as bisection search
delivers the same functionality for both one- and two-pass stream
types. For these reasons, use of indexes is discouraged, except in
-cases where an index provides demonstrable and noticable performance
+cases where an index provides demonstrable and noticeable performance
improvement.</i></p>
<p>Seek operations are by absolute time; a direct bisection search must
diff --git a/doc/oggstream.html b/doc/oggstream.html
index 71bbce7..9769d5a 100644
--- a/doc/oggstream.html
+++ b/doc/oggstream.html
@@ -551,7 +551,7 @@ codec or codec stub plugin for the time duration of a packet.
<li><p>Although an absolute time need not be translatable to a unique
granule position, a codec must be able to determine the unique granule
position of the current packet using the granule position of a
-preceeding packet.
+preceding packet.
<li><p>Packets and pages must be arranged in ascending
granule-position and time order.
diff --git a/doc/release.txt b/doc/release.txt
index c823222..2003d1d 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -21,7 +21,7 @@ Source release:
- Add a copy of the documentation to <https://xiph.org/ogg/docs/>
and update the links.
-Releases are commited to https://svn.xiph.org/releases/ogg/
+Releases are committed to https://svn.xiph.org/releases/ogg/
which propagates to downloads.xiph.org.
Release packages should also be manually attached to the corresponding