Fixed typos reported by lintian

This commit is contained in:
2016-02-05 14:57:52 +00:00
parent 7eb7787922
commit f120428c99
19 changed files with 149 additions and 149 deletions

View File

@ -1,7 +1,7 @@
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
Copyright 2007-2015 Thomas Schmitt, <scdbackup@gmx.net>
Copyright 2007-2016 Thomas Schmitt, <scdbackup@gmx.net>
Provided under GPL version 2 or later.
@ -2284,12 +2284,12 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
"",
"General commands:",
" -help Print this text",
" -abort_on severity Set the threshhold for events to abort the program.",
" -abort_on severity Set the threshold for events to abort the program.",
" Useful severities: NEVER, ABORT, FATAL, FAILURE, SORRY, WARNING",
" -return_with severity exit_value Set the threshhold for events to return",
" -return_with severity exit_value Set the threshold for events to return",
" at program end the given exit_value even if not aborted.",
" exit_value may be 0 or 32 to 63.",
" -report_about severity Set the threshhold for events to be reported.",
" -report_about severity Set the threshold for events to be reported.",
" Use -abort_on severities or: HINT, NOTE, UPDATE, DEBUG, ALL",
" -signal_handling \"on\"|\"off\"|\"sig_dfl\"|\"sig_ign\"",
" Handling of signals. Default \"on\" uses libburn handler.",