Mercurial > libdvdread4.hg
changeset 58:562a4f76fb53 src
Fix a spelling error in ifo_read.c
author | erik |
---|---|
date | Sat, 31 Jul 2010 00:10:31 +0000 |
parents | 4554518224d7 |
children | bfefcc426154 |
files | ifo_read.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ifo_read.c Sat Jul 31 00:10:28 2010 +0000 +++ b/ifo_read.c Sat Jul 31 00:10:31 2010 +0000 @@ -1301,7 +1301,7 @@ if(!DVDFileSeek_(ifofile->file, ifofile->vmgi_mat->ptl_mait * DVD_BLOCK_LEN + ptl_mait->countries[i].pf_ptl_mai_start_byte)) { - fprintf(stderr, "libdvdread: Unable to seak PTL_MAIT table.\n"); + fprintf(stderr, "libdvdread: Unable to seek PTL_MAIT table.\n"); free(ptl_mait->countries); free(ptl_mait); return 0;