Author: rathann Date: Sun Oct 6 23:34:05 2013 New Revision: 1270 Log: Fix spelling errors. Patch by Benjamin Kerensa. Modified: trunk/libdvdread/src/ifo_print.c Modified: trunk/libdvdread/src/ifo_print.c ============================================================================== --- trunk/libdvdread/src/ifo_print.c Sun Oct 6 23:13:57 2013 (r1269) +++ trunk/libdvdread/src/ifo_print.c Sun Oct 6 23:34:05 2013 (r1270) @@ -1189,10 +1189,10 @@ void ifo_print(dvd_reader_t *dvd, int ti if(ifohandle->menu_vobu_admap) { ifoPrint_VOBU_ADMAP(ifohandle->menu_vobu_admap); } else { - printf("No Menu VOBU address map present\n"); + printf("No Menu VOBU Address map present\n"); } - printf("\nCell Adress table\n"); + printf("\nCell Address table\n"); printf( "-----------------\n"); ifoPrint_C_ADT(ifohandle->vts_c_adt);
participants (1)
-
rathann