Spelling fixes in include docs
authorMonty <xiphmont@xiph.org>
Wed, 24 Mar 2010 09:29:41 +0000 (09:29 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 24 Mar 2010 09:29:41 +0000 (09:29 +0000)
Closes #1624

svn path=/trunk/vorbis/; revision=17021

include/vorbis/codec.h
include/vorbis/vorbisenc.h
include/vorbis/vorbisfile.h

index 4509eff..f082241 100644 (file)
@@ -121,7 +121,7 @@ typedef struct vorbis_block{
 
 /* 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{
index 0b93eea..8c51ec1 100644 (file)
@@ -378,7 +378,7 @@ struct ovectl_ratemanage2_arg {
  */
 #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.
index 98fffa3..6cc4a61 100644 (file)
@@ -47,7 +47,7 @@ typedef struct {
 
 /* 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 @@ typedef struct OggVorbis_File {
   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;