Corrected spelling errors found by lintian

This commit is contained in:
2016-07-03 20:46:51 +00:00
parent b1b00d3e9a
commit 40200ed88b
10 changed files with 87 additions and 87 deletions

View File

@ -1601,7 +1601,7 @@ int Xorriso_overwrite_dest(struct XorrisO *xorriso, void *boss_iter,
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
return(0);
} else if (dest_ret==1 && !xorriso->do_overwrite) {
sprintf(xorriso->info_text, "%s: May not overwite: ", activity);
sprintf(xorriso->info_text, "%s: May not overwrite: ", activity);
Text_shellsafe(eff_dest, xorriso->info_text, 1);
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
return(0);