Fixed spelling errors found by fossies.org with codespell
This commit is contained in:
@ -93,7 +93,7 @@ int Xorriso_cdrskin_help(struct XorrisO *xorriso, int flag)
|
||||
"\t-help\t\tprint this text to stderr and exit emulation",
|
||||
"Actually this is the integrated ISO RockRidge filesystem manipulator xorriso",
|
||||
"lending its libburn capabilities to a very limited cdrecord emulation. Only",
|
||||
"a single data track can be burnt to blank, appendable or overwriteable media.",
|
||||
"a single data track can be burnt to blank, appendable or overwritable media.",
|
||||
"A much more elaborate cdrecord emulator is cdrskin from the same project.",
|
||||
"@End_of_helptexT@"
|
||||
};
|
||||
@ -494,7 +494,7 @@ no_volunteer:;
|
||||
if(dev_adr[0]) {
|
||||
hflag= 2 | 64; /* ts B11201 no more: | 32 */
|
||||
if(!do_grow)
|
||||
hflag|= 8; /* consider overwriteables as blank */
|
||||
hflag|= 8; /* consider overwritables as blank */
|
||||
ret= Xorriso_option_dev(xorriso, dev_adr, hflag);
|
||||
if(ret<=0)
|
||||
goto ex;
|
||||
@ -1650,7 +1650,7 @@ problem_handler_1:;
|
||||
ret= 0; goto ex;
|
||||
}
|
||||
}
|
||||
/* Regard overwriteable as blank, truncate regular files on write start */
|
||||
/* Regard overwritable as blank, truncate regular files on write start */
|
||||
ret= Xorriso_option_dev(xorriso, adr, 2|8|16);
|
||||
if(ret<=0)
|
||||
goto ex;
|
||||
|
Reference in New Issue
Block a user