Fixed spelling errors found by fossies.org with codespell
This commit is contained in:
@ -204,14 +204,14 @@ ex:;
|
||||
}
|
||||
|
||||
|
||||
/* @param flag bit0= aquire as isoburn input drive
|
||||
bit1= aquire as libburn output drive (as isoburn drive if bit0)
|
||||
bit2= regard overwriteable media as blank
|
||||
/* @param flag bit0= acquire as isoburn input drive
|
||||
bit1= acquire as libburn output drive (as isoburn drive if bit0)
|
||||
bit2= regard overwritable media as blank
|
||||
bit3= if the drive is a regular disk file: truncate it to
|
||||
the write start address
|
||||
bit5= do not print toc
|
||||
bit6= do not calm down drive after aquiring it
|
||||
bit7= re-assess rather than aquire:
|
||||
bit6= do not calm down drive after acquiring it
|
||||
bit7= re-assess rather than acquire:
|
||||
Do not give up drives,
|
||||
use isoburn_drive_aquire() with re-assessment bit
|
||||
@return <=0 failure , 1= ok
|
||||
@ -3260,7 +3260,7 @@ int Xorriso_check_media(struct XorrisO *xorriso, struct SpotlisT **spotlist,
|
||||
ret= burn_disc_get_multi_caps(drive, BURN_WRITE_NONE, &caps, 0);
|
||||
if(ret > 0) {
|
||||
if(caps->start_adr) {
|
||||
/* block 0 to 31 are the overall mount entry of overwriteable */
|
||||
/* block 0 to 31 are the overall mount entry of overwritable */
|
||||
track_lba= 0;
|
||||
track_blocks+= 32;
|
||||
}
|
||||
|
Reference in New Issue
Block a user