summaryrefslogtreecommitdiff
path: root/include
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
commit80961b11a96dfb60c25b7546080b5e24e7ef1200 (patch)
tree6b25b0c82cc0fc9d215d4c9f5494878bca3e94d6 /include
parentd79132373633691a2acd5c88f8e1d7a897d90346 (diff)
downloadogg-git-80961b11a96dfb60c25b7546080b5e24e7ef1200.tar.gz
apply comment spell fix patch from Trac #1623
svn path=/trunk/ogg/; revision=17571
Diffstat (limited to 'include')
-rw-r--r--include/ogg/ogg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h
index d09eee2..e4a322f 100644
--- a/include/ogg/ogg.h
+++ b/include/ogg/ogg.h
@@ -78,7 +78,7 @@ typedef struct {
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 @@ typedef struct {
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;