[xiph-commits] r17571 - in trunk/ogg: include/ogg src
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Wed Oct 27 06:28:20 PDT 2010
Author: xiphmont
Date: 2010-10-27 06:28:20 -0700 (Wed, 27 Oct 2010)
New Revision: 17571
Modified:
trunk/ogg/include/ogg/ogg.h
trunk/ogg/src/framing.c
Log:
apply comment spell fix patch from Trac #1623
Modified: trunk/ogg/include/ogg/ogg.h
===================================================================
--- trunk/ogg/include/ogg/ogg.h 2010-10-26 17:13:36 UTC (rev 17570)
+++ trunk/ogg/include/ogg/ogg.h 2010-10-27 13:28:20 UTC (rev 17571)
@@ -78,7 +78,7 @@
ogg_int64_t packetno; /* sequence number for decode; the framing
knows where there's a hole in the data,
but we need coupling so that the codec
- (which is in a seperate abstraction
+ (which is in a separate abstraction
layer) also knows about the gap */
ogg_int64_t granulepos;
@@ -98,7 +98,7 @@
ogg_int64_t packetno; /* sequence number for decode; the framing
knows where there's a hole in the data,
but we need coupling so that the codec
- (which is in a seperate abstraction
+ (which is in a separate abstraction
layer) also knows about the gap */
} ogg_packet;
Modified: trunk/ogg/src/framing.c
===================================================================
--- trunk/ogg/src/framing.c 2010-10-26 17:13:36 UTC (rev 17570)
+++ trunk/ogg/src/framing.c 2010-10-27 13:28:20 UTC (rev 17571)
@@ -275,7 +275,7 @@
/* checksum the page */
/* Direct table CRC; note that this will be faster in the future if we
- perform the checksum silmultaneously with other copies */
+ perform the checksum simultaneously with other copies */
void ogg_page_checksum_set(ogg_page *og){
if(og){
@@ -736,7 +736,7 @@
}
/* sync the stream and get a page. Keep trying until we find a page.
- Supress 'sync errors' after reporting the first.
+ Suppress 'sync errors' after reporting the first.
return values:
-1) recapture (hole in data)
More information about the commits
mailing list