# HG changeset patch # User erik # Date 1280535031 0 # Node ID 562a4f76fb537bfb1c8ef632b09acb31480c29af # Parent 4554518224d72645bd4a1f563551918bf75defb7 Fix a spelling error in ifo_read.c diff -r 4554518224d7 -r 562a4f76fb53 ifo_read.c --- 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;