summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2010-10-27 13:28:20 +0000
committerMonty <xiphmont@xiph.org>2010-10-27 13:28:20 +0000
commitea73ecdd88a60a6da3e65276d92fce6b9e9bd0f3 (patch)
tree6b25b0c82cc0fc9d215d4c9f5494878bca3e94d6 /src
parent316a07c872423b69a8a4912e5e652e52f814305a (diff)
downloadogg-ea73ecdd88a60a6da3e65276d92fce6b9e9bd0f3.tar.gz
apply comment spell fix patch from Trac #1623
git-svn-id: http://svn.xiph.org/trunk/ogg@17571 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'src')
-rw-r--r--src/framing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/framing.c b/src/framing.c
index 37e06da..16d37c7 100644
--- a/src/framing.c
+++ b/src/framing.c
@@ -275,7 +275,7 @@ static int _os_lacing_expand(ogg_stream_state *os,int needed){
/* 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 @@ long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){
}
/* 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)