Skip to content

Commit

Permalink
FIX: make_vcf.c: Aspell fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-miller committed Dec 30, 2019
1 parent 0aac535 commit 709c77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/make_vcf.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ print_usage (FILE *fp)
"Input/Output Options:\n"
" -h, --help Show help options\n"
" -q, --quiet Decrease verbosity to error messages only\n"
" or supress terminal outputs at all if\n"
" or suppress terminal outputs at all if\n"
" 'log-file' is passed\n"
" --silent Same as '--quiet'\n"
" -d, --debug Increase verbosity to debug level\n"
Expand Down Expand Up @@ -206,7 +206,7 @@ make_vcf_validate (MakeVcf *vcf)
*/

// If it's silent and no log file
// was passsed, then set log_level
// was passed, then set log_level
// to LOG_ERROR - At least print
// errors
if (vcf->silent && vcf->log_file == NULL)
Expand Down

0 comments on commit 709c77e

Please sign in to comment.