summaryrefslogtreecommitdiff
path: root/doc/libogg
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2015-11-09 11:02:53 -0800
committerRalph Giles <giles@thaumas.net>2015-11-09 11:02:53 -0800
commit23264ee60baa66c5f627e05f1917ba99d422d258 (patch)
tree661bba281fbda22330d74ee2adf38583200f9a36 /doc/libogg
parent6c36ab3fce6ed9b465dfbc3790596238b6b11e17 (diff)
downloadogg-git-23264ee60baa66c5f627e05f1917ba99d422d258.tar.gz
Fix a documentation typo.
Diffstat (limited to 'doc/libogg')
-rw-r--r--doc/libogg/ogg_stream_pagein.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libogg/ogg_stream_pagein.html b/doc/libogg/ogg_stream_pagein.html
index 12eee12..fddaed1 100644
--- a/doc/libogg/ogg_stream_pagein.html
+++ b/doc/libogg/ogg_stream_pagein.html
@@ -43,7 +43,7 @@ int ogg_stream_pagein(<a href="ogg_stream_state.html">ogg_stream_state</a> *os,
<h3>Return Values</h3>
<blockquote>
-<li>-1 indicates failure. This means that the serial number of the page did not match the serial number of the bitstream, the page version was incorrect, or an internal error accurred.</li>
+<li>-1 indicates failure. This means that the serial number of the page did not match the serial number of the bitstream, the page version was incorrect, or an internal error occurred.</li>
<li>
0 means that the page was successfully submitted to the bitstream.</li>
</blockquote>