# HG changeset patch # User rathann # Date 1381095245 0 # Node ID 06fed92263cd34567bd31a4303f82834d1ce84c5 # Parent 4cbc44b20dfef6549d8dcbe6656b91909e8f94ab Fix spelling errors. Patch by Benjamin Kerensa. diff -r 4cbc44b20dfe -r 06fed92263cd ifo_print.c --- a/ifo_print.c Sun Oct 06 21:13:57 2013 +0000 +++ b/ifo_print.c Sun Oct 06 21:34:05 2013 +0000 @@ -1189,10 +1189,10 @@ 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);