Fixed spelling errors found by fossies.org with codespell
This commit is contained in:
@@ -1099,7 +1099,7 @@ int Xorriso_mount(struct XorrisO *xorriso, char *dev, int adr_mode,
|
||||
ret= 0; goto ex;
|
||||
}
|
||||
|
||||
/* Aquire drive as direct libburn address or via stdio: prefix */
|
||||
/* Acquire drive as direct libburn address or via stdio: prefix */
|
||||
if(strncmp(dev, "mmc:", 4) == 0)
|
||||
ret= burn_drive_convert_fs_adr(dev + 4, libburn_adr);
|
||||
else
|
||||
@@ -2557,7 +2557,7 @@ static int Xorriso_scan_report_lines(struct XorrisO *xorriso,
|
||||
}
|
||||
if(et_imgs[idx].path[0] == 0) {
|
||||
|
||||
/* >>> need way to eploit El Torito img blks : */;
|
||||
/* >>> need way to exploit El Torito img blks : */;
|
||||
|
||||
/* Check whether appended partition */;
|
||||
for(i= 0; i < mbr_count; i++)
|
||||
|
Reference in New Issue
Block a user