[xiph-commits] r17021 - trunk/vorbis/include/vorbis
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Wed Mar 24 02:29:41 PDT 2010
Author: xiphmont
Date: 2010-03-24 02:29:41 -0700 (Wed, 24 Mar 2010)
New Revision: 17021
Modified:
trunk/vorbis/include/vorbis/codec.h
trunk/vorbis/include/vorbis/vorbisenc.h
trunk/vorbis/include/vorbis/vorbisfile.h
Log:
Spelling fixes in include docs
Closes #1624
Modified: trunk/vorbis/include/vorbis/codec.h
===================================================================
--- trunk/vorbis/include/vorbis/codec.h 2010-03-24 09:27:43 UTC (rev 17020)
+++ trunk/vorbis/include/vorbis/codec.h 2010-03-24 09:29:41 UTC (rev 17021)
@@ -121,7 +121,7 @@
/* vorbis_block is a single block of data to be processed as part of
the analysis/synthesis stream; it belongs to a specific logical
-bitstream, but is independant from other vorbis_blocks belonging to
+bitstream, but is independent from other vorbis_blocks belonging to
that logical bitstream. *************************************************/
struct alloc_chain{
Modified: trunk/vorbis/include/vorbis/vorbisenc.h
===================================================================
--- trunk/vorbis/include/vorbis/vorbisenc.h 2010-03-24 09:27:43 UTC (rev 17020)
+++ trunk/vorbis/include/vorbis/vorbisenc.h 2010-03-24 09:29:41 UTC (rev 17021)
@@ -378,7 +378,7 @@
*/
#define OV_ECTL_COUPLING_SET 0x41
- /* deprecated rate management supported only for compatability */
+ /* deprecated rate management supported only for compatibility */
/**
* Old interface to querying bitrate management settings.
Modified: trunk/vorbis/include/vorbis/vorbisfile.h
===================================================================
--- trunk/vorbis/include/vorbis/vorbisfile.h 2010-03-24 09:27:43 UTC (rev 17020)
+++ trunk/vorbis/include/vorbis/vorbisfile.h 2010-03-24 09:29:41 UTC (rev 17021)
@@ -47,7 +47,7 @@
/* a few sets of convenient callbacks, especially for use under
* Windows where ov_open_callbacks() should always be used instead of
- * ov_open() to avoid problems with incompatable crt.o version linking
+ * ov_open() to avoid problems with incompatible crt.o version linking
* issues. */
static int _ov_header_fseek_wrap(FILE *f,ogg_int64_t off,int whence){
@@ -122,7 +122,7 @@
ogg_int64_t *dataoffsets;
long *serialnos;
ogg_int64_t *pcmlengths; /* overloaded to maintain binary
- compatability; x2 size, stores both
+ compatibility; x2 size, stores both
beginning and end values */
vorbis_info *vi;
vorbis_comment *vc;
More information about the commits
mailing list