summaryrefslogtreecommitdiff
path: root/doc/libogg/ogg_stream_iovecin.html
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/libogg/ogg_stream_iovecin.html
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/libogg/ogg_stream_iovecin.html')
-rw-r--r--doc/libogg/ogg_stream_iovecin.html4
1 files changed, 2 insertions, 2 deletions
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>