Reacted on some of the complaints of codespell

This commit is contained in:
2016-07-20 08:37:42 +00:00
parent f69b602fa6
commit 9f66f7301b
17 changed files with 98 additions and 99 deletions

View File

@ -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;