diff ifo_read.c @ 61:eac01aeb7be5 src

Fix some spelling issues
author siretart
date Sun, 08 Aug 2010 22:49:28 +0000
parents bfefcc426154
children 46c05a214511
line wrap: on
line diff
--- 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);
   }