Spelling fixes.
authorStan Seibert <volsung@xiph.org>
Fri, 28 Nov 2003 18:38:54 +0000 (18:38 +0000)
committerStan Seibert <volsung@xiph.org>
Fri, 28 Nov 2003 18:38:54 +0000 (18:38 +0000)
svn path=/trunk/vorbis/; revision=5640

doc/vorbisfile/ov_crosslap.html

index 768c700..81eb217 100644 (file)
@@ -18,7 +18,7 @@
 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
 
 <p>ov_crosslap overlaps and blends the boundary at a transition
-between two seperate streams represented by seperate <a
+between two separate streams represented by separate <a
 href="OggVorbis_File.html">OggVorbis_File</a> structures.  For lapping
 transitions due to seeking within a single stream represented by a
 single <a href="OggVorbis_File.html">OggVorbis_File</a> structure,
@@ -75,7 +75,7 @@ long ov_crosslap(<a href="OggVorbis_File.html">OggVorbis_File</a> *old, <a href=
 <dt>OV_EREAD</dt>
   <dd> A read from media returned an error.</dd>
 <dt>OV_EOF</dt>
-  <dd>indicates stream <tt>vf2</tt> is at end of file, or that <tt>vf1</tt> is at end of file immediately after a seek (making crosslap impossible as there's no preceeding decode state to crosslap).</dd>
+  <dd>indicates stream <tt>vf2</tt> is at end of file, or that <tt>vf1</tt> is at end of file immediately after a seek (making crosslap impossible as there's no preceding decode state to crosslap).</dd>
 <dt><i>0</i></dt>
   <dd>success.</dd>
 </dl>