From 263e7552143cb3889f1de6927eb50084b5295053 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 24 Mar 2010 09:29:41 +0000 Subject: [PATCH] Spelling fixes in include docs Closes #1624 svn path=/trunk/vorbis/; revision=17021 --- include/vorbis/codec.h | 2 +- include/vorbis/vorbisenc.h | 2 +- include/vorbis/vorbisfile.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/vorbis/codec.h b/include/vorbis/codec.h index 4509eff..f082241 100644 --- a/include/vorbis/codec.h +++ b/include/vorbis/codec.h @@ -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{ diff --git a/include/vorbis/vorbisenc.h b/include/vorbis/vorbisenc.h index 0b93eea..8c51ec1 100644 --- a/include/vorbis/vorbisenc.h +++ b/include/vorbis/vorbisenc.h @@ -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. diff --git a/include/vorbis/vorbisfile.h b/include/vorbis/vorbisfile.h index 98fffa3..6cc4a61 100644 --- a/include/vorbis/vorbisfile.h +++ b/include/vorbis/vorbisfile.h @@ -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; -- 2.7.4