Fixed spelling errors found by fossies.org with codespell
This commit is contained in:
@ -337,7 +337,7 @@ int Xorriso_compare_2_files(struct XorrisO *xorriso, char *disk_adr,
|
||||
if(ret>0) {
|
||||
strcpy(respt, "? ");
|
||||
Text_shellsafe(disk_adr, respt, 1);
|
||||
sprintf(respt + strlen(respt), " (DISK) : exluded by %s\n",
|
||||
sprintf(respt + strlen(respt), " (DISK) : excluded by %s\n",
|
||||
(ret==1 ? "-not_paths" : "-not_leaf"));
|
||||
if(! (flag & ((1u << 31) | (1 << 26))))
|
||||
Xorriso_result(xorriso,0);
|
||||
|
Reference in New Issue
Block a user