[DVDnav-discuss] r1217 - in trunk/libdvdread/src: dvdread/nav_types.h ifo_read.c

siretart subversion at mplayerhq.hu
Mon Aug 9 00:49:29 CEST 2010


Author: siretart
Date: Mon Aug  9 00:49:28 2010
New Revision: 1217

Log:
Fix some spelling issues

Modified:
   trunk/libdvdread/src/dvdread/nav_types.h
   trunk/libdvdread/src/ifo_read.c

Modified: trunk/libdvdread/src/dvdread/nav_types.h
==============================================================================
--- trunk/libdvdread/src/dvdread/nav_types.h	Sat Aug  7 01:17:36 2010	(r1216)
+++ trunk/libdvdread/src/dvdread/nav_types.h	Mon Aug  9 00:49:28 2010	(r1217)
@@ -192,7 +192,7 @@ typedef struct {
 } 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 @@ typedef struct {
 } ATTRIBUTE_PACKED sml_agl_data_t;
 
 /**
- * Seamless Angle Infromation
+ * Seamless Angle Information
  */
 typedef struct {
   sml_agl_data_t data[9];

Modified: trunk/libdvdread/src/ifo_read.c
==============================================================================
--- trunk/libdvdread/src/ifo_read.c	Sat Aug  7 01:17:36 2010	(r1216)
+++ trunk/libdvdread/src/ifo_read.c	Mon Aug  9 00:49:28 2010	(r1217)
@@ -1628,7 +1628,7 @@ static int ifoRead_C_ADT_internal(ifo_ha
      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);
   }
 


More information about the DVDnav-discuss mailing list