misc: result after checking all files for misspellings
Reference(s): https://github.com/lyda/misspell-check.git Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
committed by
Jaromir Capik
parent
dfe1f7d104
commit
bcbc3c5a02
@ -578,7 +578,7 @@ static void arg_check_conflicts(void)
|
||||
selection_list_len++;
|
||||
}
|
||||
|
||||
/* -q doesn't allow multiple occurences */
|
||||
/* -q doesn't allow multiple occurrences */
|
||||
if (has_quick_pid > 1) {
|
||||
fprintf(stderr, "q/-q/--quick-pid can only be used once.\n");
|
||||
exit(1);
|
||||
|
Reference in New Issue
Block a user