Reacted on some of the complaints of codespell
This commit is contained in:
@ -300,7 +300,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int cache_tile_blocks;
|
||||
int cache_default; /* bit0= cache_num_tiles, bit1= cache_tile_blocks */
|
||||
|
||||
int do_calm_drive; /* bit0= calm down drive after aquiring it */
|
||||
int do_calm_drive; /* bit0= calm down drive after acquiring it */
|
||||
|
||||
char indev[SfileadrL];
|
||||
void *in_drive_handle; /* interpreted only by libburnia oriented modules */
|
||||
@ -611,7 +611,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int structured_search;
|
||||
/* 0= flat text search
|
||||
1= '/' is a significant separator that cannot be matched by wildcards
|
||||
( 2= like 1 : but report only occurence in tree, no payload, no location )
|
||||
( 2= like 1 : but report only occurrence in tree, no payload, no location )
|
||||
( 3= like 2 : but report first content level of matching directories )
|
||||
4= actually not structured but unique find mode (with search_mode 4)
|
||||
*/
|
||||
@ -629,7 +629,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
bit1= parameter too (else rekursion only)
|
||||
bit2= whole subtree banned (else only exact path)
|
||||
bit3= when comparing ignore excluded files rather
|
||||
than to treat them as truely missing on disk
|
||||
than to treat them as truly missing on disk
|
||||
*/
|
||||
|
||||
struct ExclusionS *iso_rr_hidings;
|
||||
|
Reference in New Issue
Block a user