diff options
Diffstat (limited to 'include/ogg/ogg.h')
-rw-r--r-- | include/ogg/ogg.h | 4 |
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; |