Mercurial > libdvdread4.hg
changeset 61:eac01aeb7be5 src
Fix some spelling issues
author | siretart |
---|---|
date | Sun, 08 Aug 2010 22:49:28 +0000 |
parents | aa36b2d85f8d |
children | 3bc841283972 |
files | dvdread/nav_types.h ifo_read.c |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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];
--- 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); }