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:
Jim Warner
2014-08-06 00:00:00 -05:00
committed by Jaromir Capik
parent dfe1f7d104
commit bcbc3c5a02
6 changed files with 6 additions and 6 deletions

View File

@ -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);