Reacted on complaints of lintian spelling check
This commit is contained in:
@ -157,7 +157,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
bit6= omit content check if bit5 check is conclusive
|
||||
bit7= omit dev check with bit5
|
||||
bit8= store output charset in xattr "isofs.cs"
|
||||
bit9= allow to set input charset from xattr "isofs.cs"
|
||||
bit9= set input charset from xattr "isofs.cs"
|
||||
*/
|
||||
|
||||
int do_md5; /* bit0= read MD5 array
|
||||
@ -304,7 +304,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
char *in_charset; /* The charset to interpret the filename bytes */
|
||||
int indev_is_exclusive;
|
||||
char indev_off_adr[SfileadrL]; /* Result of burn_drive_convert_fs_adr(indev)
|
||||
when indev gets aquired. */
|
||||
when indev gets acquired. */
|
||||
|
||||
time_t isofs_st_out; /* A time point at least 1 second before image
|
||||
composition began. To be stored with image as
|
||||
@ -335,7 +335,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
*/
|
||||
int outdev_is_exclusive;
|
||||
char outdev_off_adr[SfileadrL]; /* Result of burn_drive_convert_fs_adr(outdev)
|
||||
when outdev gets aquired. */
|
||||
when outdev gets acquired. */
|
||||
|
||||
int grow_blindly_msc2; /* if >= 0 this causes growing from drive to drive.
|
||||
The value is used as block address offset for
|
||||
|
Reference in New Issue
Block a user