# HG changeset patch # User siretart # Date 1281307768 0 # Node ID eac01aeb7be58798f453e7c59e8b6af032942dc0 # Parent aa36b2d85f8d3931f45ef1d78e9d44c88059397e Fix some spelling issues diff -r aa36b2d85f8d -r eac01aeb7be5 dvdread/nav_types.h --- a/dvdread/nav_types.h Fri Aug 06 23:17:36 2010 +0000 +++ b/dvdread/nav_types.h Sun Aug 08 22:49:28 2010 +0000 @@ -192,7 +192,7 @@ } ATTRIBUTE_PACKED sml_pbi_t; /** - * Seamless Angle Infromation for one angle + * Seamless Angle Information for one angle */ typedef struct { uint32_t address; /**< offset to next ILVU, high bit is before/after */ @@ -200,7 +200,7 @@ } ATTRIBUTE_PACKED sml_agl_data_t; /** - * Seamless Angle Infromation + * Seamless Angle Information */ typedef struct { sml_agl_data_t data[9]; diff -r aa36b2d85f8d -r eac01aeb7be5 ifo_read.c --- a/ifo_read.c Fri Aug 06 23:17:36 2010 +0000 +++ b/ifo_read.c Sun Aug 08 22:49:28 2010 +0000 @@ -1628,7 +1628,7 @@ Enemy of the State region 2 (de) has Titles where nr_of_vobs field is to high, they high ones are never referenced though. */ if(info_length / sizeof(cell_adr_t) < c_adt->nr_of_vobs) { - fprintf(stderr, "libdvdread: *C_ADT nr_of_vobs > avaiable info entries\n"); + fprintf(stderr, "libdvdread: *C_ADT nr_of_vobs > available info entries\n"); c_adt->nr_of_vobs = info_length / sizeof(cell_adr_t); }