Mercurial > libdvdread4.hg
changeset 85:06fed92263cd src
Fix spelling errors.
Patch by Benjamin Kerensa.
author | rathann |
---|---|
date | Sun, 06 Oct 2013 21:34:05 +0000 |
parents | 4cbc44b20dfe |
children | 8796d6c029b1 |
files | ifo_print.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);