[MPlayer-dev-eng] [PATCH] spelling issues in dvdnav

Reinhard Tartler siretart at tauware.de
Sat Aug 7 16:26:55 CEST 2010


Hi,

I've have found the following spelling issues in the libdvdread4
external. Could someone please forward it to upstream, or preferebly,
commit it?

thanks!

Index: ifo_read.c
===================================================================
--- ifo_read.c	(Revision 1216)
+++ ifo_read.c	(Arbeitskopie)
@@ -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);
   }
 
Index: dvdread/nav_types.h
===================================================================
--- dvdread/nav_types.h	(Revision 1216)
+++ dvdread/nav_types.h	(Arbeitskopie)
@@ -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];


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


More information about the MPlayer-dev-eng mailing list