Reacted on some of the complaints of codespell

This commit is contained in:
2016-07-20 08:37:42 +00:00
parent f69b602fa6
commit 9f66f7301b
17 changed files with 98 additions and 99 deletions

View File

@@ -685,7 +685,7 @@ int Xorriso_cmd_sorting_rank(struct XorrisO *xorriso,
"* Character sets:",
"charset", "local_charset",
"* Aquiring source and target drive:",
"* Acquiring source and target drive:",
"dev", "indev", "outdev",
"* Drive and media related inquiry actions (2):",
@@ -923,7 +923,7 @@ ex:
bit1= these are command line arguments
(for xorriso->argument_emulation)
bit2= Only execute the one command argv[*idx] and advance
*idx to the next command if sucessful. Then return.
*idx to the next command if successful. Then return.
*/
int Xorriso_interpreter(struct XorrisO *xorriso,
int argc, char **argv, int *idx, int flag)