Reacted on complaints of lintian spelling check

This commit is contained in:
2015-09-20 12:51:53 +00:00
parent fca6e259da
commit 06b2949040
19 changed files with 320 additions and 315 deletions

View File

@ -369,7 +369,7 @@ int Xorriso_get_volid(struct XorrisO *xorriso, char volid[33], int flag)
bit1= do only report to fp
bit2= is_default
bit3= append -boot_image any next
bit4= eventually concentrate boot options
bit4= concentrate boot options
*/
int Xorriso_boot_item_status(struct XorrisO *xorriso, char *cat_path,
char *bin_path, int platform_id,
@ -389,7 +389,7 @@ int Xorriso_boot_item_status(struct XorrisO *xorriso, char *cat_path,
line= xorriso->result_line;
if((flag & 16) && bin_path[0] != 0) {
/* Allow to concentrate boot options. */
/* Concentrate boot options. */
memset(zeros, 0, 28);
if(memcmp(id_string, zeros, 28) == 0 &&
memcmp(selection_crit, zeros, 20) == 0)