diff options
Diffstat (limited to 'doc/libogg')
-rw-r--r-- | doc/libogg/general.html | 2 | ||||
-rw-r--r-- | doc/libogg/ogg_stream_iovecin.html | 4 | ||||
-rw-r--r-- | doc/libogg/ogg_stream_state.html | 2 | ||||
-rw-r--r-- | doc/libogg/ogg_sync_wrote.html | 2 |
4 files changed, 5 insertions, 5 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 |