Fixed spelling errors found by fossies.org with codespell
This commit is contained in:
@ -175,7 +175,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
bit5= with bit0: do not check tags of superblock,tree,session
|
||||
*/
|
||||
|
||||
int no_emul_toc; /* bit0= On overwriteables:
|
||||
int no_emul_toc; /* bit0= On overwritables:
|
||||
write first session to LBA 0 rather than 32.
|
||||
*/
|
||||
|
||||
@ -258,7 +258,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int toc_emulation_flag; /* bit0= bit3 for isoburn_drive_aquire()
|
||||
scan -ROM profiles for ISO sessions
|
||||
bit1= bit4 for isoburn_drive_aquire()
|
||||
do not emulate TOC on overwriteable media
|
||||
do not emulate TOC on overwritable media
|
||||
bit2= bit7 for isoburn_drive_aquire()
|
||||
pretend any media to be -ROM
|
||||
bit3= bit9 for isoburn_drive_aquire()
|
||||
@ -425,7 +425,8 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int boot_image_isohybrid; /* 0=off , deprecated: 1=auto , 2=on , 3=force */
|
||||
|
||||
int boot_efi_default; /* 0= no effect ,
|
||||
1= appy --efi-boot parameters when attaching to img */
|
||||
1= apply --efi-boot parameters when attaching to img
|
||||
*/
|
||||
|
||||
char system_area_disk_path[SfileadrL];
|
||||
int system_area_clear_loaded;
|
||||
@ -670,7 +671,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
|
||||
struct ExclusionS *disk_exclusions;
|
||||
int disk_excl_mode; /* bit0= on (else off)
|
||||
bit1= parameter too (else rekursion only)
|
||||
bit1= parameter too (else recursion only)
|
||||
bit2= whole subtree banned (else only exact path)
|
||||
bit3= when comparing ignore excluded files rather
|
||||
than to treat them as truly missing on disk
|
||||
|
Reference in New Issue
Block a user