diff dvdread/nav_types.h @ 61:eac01aeb7be5 src

Fix some spelling issues
author siretart
date Sun, 08 Aug 2010 22:49:28 +0000
parents c743d79f187b
children
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];