From 80961b11a96dfb60c25b7546080b5e24e7ef1200 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 27 Oct 2010 13:28:20 +0000 Subject: apply comment spell fix patch from Trac #1623 svn path=/trunk/ogg/; revision=17571 --- include/ogg/ogg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.1