Corrected spelling errors found by lintian.debian.org

This commit is contained in:
2016-07-16 11:12:30 +00:00
parent 40200ed88b
commit f69b602fa6
3 changed files with 3 additions and 3 deletions

View File

@@ -3940,7 +3940,7 @@ static int Xorriso_set_hfsplus_crtp(struct XorrisO *xorriso, IsoNode *node,
goto failure;
} else if(ret == 0) {
strcat(xorriso->info_text,
"Programm error: iso_node_add_xinfo refuses to attach HFS+ creator and type");
"Program error: iso_node_add_xinfo refuses to attach HFS+ creator and type");
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
goto failure;
}